g++ 4.3 told me "time.h:65: warning: type qualifiers ignored on function return type...
[synfig.git] / synfig-core / trunk / src / synfig / time.h
index a11050e..3a663e9 100644 (file)
@@ -62,7 +62,7 @@ public:
 private:
        value_type value_;
 
-       static const value_type epsilon_() { return static_cast<value_type>(0.0005); }
+       static value_type epsilon_() { return static_cast<value_type>(0.0005); }
 
 public:
        Time() { }