Rename get_param_vocab to get_children_vocab and use a wrapper for the pure virtual...
[synfig.git] / synfig-core / src / synfig / valuenode_greyed.h
index 9b32a31..6435c98 100644 (file)
@@ -50,7 +50,7 @@ protected:
 
 public:
        static ValueNode_Greyed* create(const ValueBase &x);
-       virtual Vocab get_param_vocab()const;
+       virtual Vocab get_children_vocab_vfunc()const;
 }; // END of class ValueNode_Greyed
 
 }; // END of namespace synfig