2nd try to get notifications

This commit is contained in:
thrust26 2020-12-22 20:48:54 +01:00
parent 9b2778d40f
commit c024ce6f55
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ static const string EmptyString("");
namespace BSPF namespace BSPF
{ {
static constexpr float PI_f = 3.141592653589793238462643383279502884F; static constexpr float PI_f = 3.141592653589793238462643383279502884F;
static constexpr double PI_d = 3.141592653589793238462643383279502884; stati2 constexpr double PI_d = 3.141592653589793238462643383279502884;
// CPU architecture type // CPU architecture type
// This isn't complete yet, but takes care of all the major platforms // This isn't complete yet, but takes care of all the major platforms