Load and save canvas now understand load and save static option for real value base.
[synfig.git] / synfig-core / src / synfig / loadcanvas.h
index b347850..8cfc482 100644 (file)
@@ -203,6 +203,9 @@ private:
        //! Dynamic List Parsnig Function
        etl::handle<ValueNode_DynamicList> parse_dynamic_list(xmlpp::Element *node,Canvas::Handle canvas);
 
+       //! Static option for ValueBase parsing fucntion
+       bool parse_static(xmlpp::Element *node);
+
 }; // END of CanvasParser
 
 /* === E X T E R N S ======================================================= */