Use LinkableValueNode members functions when possible in the derived valuenodes.
[synfig.git] / synfig-core / src / synfig / valuenode_and.h
index fb09e9a..4f704e3 100644 (file)
@@ -51,7 +51,6 @@ public:
        virtual String get_name()const;
        virtual String get_local_name()const;
        virtual ValueNode::LooseHandle get_link_vfunc(int i)const;
-       virtual int link_count()const;
 
 protected:
        LinkableValueNode* create_new()const;
@@ -62,7 +61,7 @@ public:
        using synfig::LinkableValueNode::set_link_vfunc;
        static bool check_type(ValueBase::Type type);
        static ValueNode_And* create(const ValueBase &x);
-       virtual LinkableValueNode::Vocab get_param_vocab()const;
+       virtual LinkableValueNode::Vocab get_children_vocab_vfunc()const;
 }; // END of class ValueNode_And
 
 }; // END of namespace synfig