Rename get_param_vocab to get_children_vocab and use a wrapper for the pure virtual...
[synfig.git] / synfig-core / src / synfig / valuenode_bline.cpp
index 2131bf5..c84db97 100644 (file)
@@ -845,7 +845,7 @@ ValueNode_BLine::check_type(ValueBase::Type type)
 }
 
 LinkableValueNode::Vocab
-ValueNode_BLine::get_param_vocab()const
+ValueNode_BLine::get_children_vocab_vfunc()const
 {
        LinkableValueNode::Vocab ret;
        for(unsigned int i=0; i<list.size();i++)