Wrote doxygen file descriptions for the valuenode convert sources.
[synfig.git] / synfig-core / trunk / src / synfig / node.cpp
index eaab964..b957762 100644 (file)
@@ -32,7 +32,7 @@
 #endif
 
 #include "node.h"
-#include "proto/nodebase.h"
+#include "nodebase.h"
 
 #ifdef HASH_MAP_H
 #include HASH_MAP_H
@@ -118,6 +118,14 @@ refresh_node(synfig::Node* node, GUID old_guid)
 
 /* === M E T H O D S ======================================================= */
 
+#ifdef _DEBUG
+const char *
+TimePoint::c_str()const
+{
+       return get_time().get_string().c_str();
+}
+#endif
+
 void
 TimePoint::absorb(const TimePoint& x)
 {