Show the size of circles as they are drawn using the draw tool.
[synfig.git] / synfig-core / trunk / src / synfig / time.h
index 5ea2a89..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() { }
@@ -98,6 +98,10 @@ public:
        /*!     \see Format */
        String get_string(float fps=0, Time::Format format=FORMAT_NORMAL)const;
 
+#ifdef _DEBUG
+       const char *c_str()const;
+#endif
+
        //! \writeme
        bool is_valid()const;