Rename get_param_vocab to get_children_vocab and use a wrapper for the pure virtual...
[synfig.git] / synfig-core / src / modules / mod_noise / valuenode_random.h
index 2732dc8..021c0cc 100644 (file)
@@ -82,7 +82,7 @@ public:
        using synfig::LinkableValueNode::set_link_vfunc;
        static bool check_type(ValueBase::Type type);
        static ValueNode_Random* create(const ValueBase &x);
-       virtual Vocab get_param_vocab()const;
+       virtual Vocab get_children_vocab_vfunc()const;
 }; // END of class ValueNode_Random
 
 }; // END of namespace synfig