diff --git a/maths.cpp b/maths.cpp index 14084674..23c57bfc 100644 --- a/maths.cpp +++ b/maths.cpp @@ -150,8 +150,8 @@ template uint64_t round_pow2 (uint64_t); //----------------------------------------------------------------------------- -template float PI; -template double PI; +template const float PI; +template const double PI; //-----------------------------------------------------------------------------