Add ValueBase::get_string() for debugging. Barely tested, but not used either.
[synfig.git] / synfig-core / trunk / src / synfig / value.h
index 5e38508..7079dba 100644 (file)
@@ -238,6 +238,10 @@ public:
                { return get(etl::loose_handle<Canvas>()); }
        const char* get(const char*)const;
        const list_type& get_list()const { return get(list_type()); }
+
+#ifdef _DEBUG
+       String get_string() const;
+#endif // _DEBUG
        // ========================================================================