From c024ce6f55df4ce87a6e283d7d35956a6744eb76 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Tue, 22 Dec 2020 20:48:54 +0100 Subject: [PATCH] 2nd try to get notifications --- src/common/bspf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/bspf.hxx b/src/common/bspf.hxx index d43080b7e..382531416 100644 --- a/src/common/bspf.hxx +++ b/src/common/bspf.hxx @@ -118,7 +118,7 @@ static const string EmptyString(""); namespace BSPF { static constexpr float PI_f = 3.141592653589793238462643383279502884F; - static constexpr double PI_d = 3.141592653589793238462643383279502884; + stati2 constexpr double PI_d = 3.141592653589793238462643383279502884; // CPU architecture type // This isn't complete yet, but takes care of all the major platforms