From: pjrm Date: Thu, 5 Jun 2008 06:33:41 +0000 (+0000) Subject: address a warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6f2efb5e6ae9f261bfaafca48e08f4a71385581;p=inkscape.git address a warning --- diff --git a/src/mod360-test.h b/src/mod360-test.h index 55ed59f32..79627571f 100644 --- a/src/mod360-test.h +++ b/src/mod360-test.h @@ -12,7 +12,7 @@ class Mod360Test : public CxxTest::TestSuite { public: - static double const inf() { return INFINITY; } + static double inf() { return INFINITY; } static double nan() { return ((double)INFINITY) - ((double)INFINITY); } void testMod360()