Prevent a warning from the keyframe panel on startup. The 'Jump' column still compla...
[synfig.git] / synfig-studio / trunk / src / synfigapp / value_desc.h
index ad06f33..509f871 100644 (file)
@@ -175,6 +175,9 @@ public:
        {
                return is_value_node() && get_value_node()->is_exported();
        }
+
+       synfig::String
+       get_description(bool show_exported_name = true)const;
 }; // END of class ValueDesc
 
 }; // END of namespace synfigapp_instance