From 17810e4eb5b0d7b42ab02c260ec15c2a5b3fde1e Mon Sep 17 00:00:00 2001 From: PKEuS Date: Tue, 1 Oct 2013 20:40:55 +0200 Subject: [PATCH] Fixed linker problems in mathlib --- lib/mathlib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/mathlib.h b/lib/mathlib.h index 465605954..708cff03b 100644 --- a/lib/mathlib.h +++ b/lib/mathlib.h @@ -76,6 +76,8 @@ public: static bool isOctalDigit(char c); }; +template<> CPPCHECKLIB std::string MathLib::toString(double value); // Declare specialization to avoid linker problems + /// @} //--------------------------------------------------------------------------- #endif // mathlibH