Enable Parameter Description for Linkable Value Nodes using ParamDesc class.
[synfig.git] / synfig-core / src / synfig / valuenode_bline.h
index 4599d26..fd4ca69 100644 (file)
@@ -89,6 +89,7 @@ public:
        //using synfig::LinkableValueNode::set_link_vfunc;
        static bool check_type(ValueBase::Type type);
        static ValueNode_BLine* create(const ValueBase &x=ValueBase::TYPE_LIST);
+       virtual Vocab get_param_vocab()const;
 }; // END of class ValueNode_BLine
 
 typedef ValueNode_BLine::ListEntry::ActivepointList ActivepointList;