[Kst] branches/work/kst/portto4/kst/tests

Peter Kümmel syntheticpp at gmx.net
Wed Jan 12 21:09:39 CET 2011


SVN commit 1214066 by kuemmel:

GCC fix

 M  +6 -1      ksttest.h  


--- branches/work/kst/portto4/kst/tests/ksttest.h #1214065:1214066
@@ -17,8 +17,11 @@
 
 #include "math_kst.h"
 
+namespace QTest
+{
+
 template<>
-bool QTest::qCompare(double const& val, double const * const& nan,  const char *actual, const char *expected,
+  bool qCompare(double const& val, double const * const& nan,  const char *actual, const char *expected,
                     const char *file, int line)
 {
 	return qCompare(
@@ -27,6 +30,8 @@
 		actual, expected, file, line);
 }
 
+}
+
 #endif
 
 // vim: ts=2 sw=2 et


More information about the Kst mailing list