Allow the 'linear' convert type to work with colors and integers, like the 'timed...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_linear.h
index b3d217c..51d13ee 100644 (file)
@@ -40,7 +40,7 @@ class ValueNode_Linear : public LinkableValueNode
        ValueNode::RHandle m_;
        ValueNode::RHandle b_;
 
-       ValueNode_Linear(const ValueBase::Type &x);
+       ValueNode_Linear(const ValueBase &value);
 
 public: