Typo: 'automagickly' -> 'automagically'.
[synfig.git] / synfig-core / trunk / src / synfig / time.h
index 8e198f6..a11050e 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file time.h
 **     \brief Template Header
 **
-**     $Id: time.h,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -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;