Rename get_param_vocab to get_children_vocab and use a wrapper for the pure virtual...
[synfig.git] / synfig-core / src / synfig / valuenode_subtract.h
index 41fcede..f9f4738 100644 (file)
@@ -73,7 +73,7 @@ public:
        //! Gets the scalar value_node
        ValueNode::Handle get_scalar()const { return scalar; }
 
-       virtual Vocab get_param_vocab()const;
+       virtual Vocab get_children_vocab_vfunc()const;
 }; // END of class ValueNode_Subtract
 
 }; // END of namespace synfig