When we create a 'Duplicate' layer, automatically have its parameter already converte...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_duplicate.h
index ef663d1..5dc8693 100644 (file)
@@ -48,7 +48,7 @@ public:
        typedef etl::handle<const ValueNode_Duplicate> ConstHandle;
 
        ValueNode_Duplicate(const ValueBase::Type &x);
-       ValueNode_Duplicate(const ValueNode::Handle &x);
+       ValueNode_Duplicate(const ValueBase &x);
 
        virtual ValueBase operator()(Time t)const;
        void reset_index(Time t)const;