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 20e51b6..51d13ee 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file valuenode_linear.h
 **     \brief Template Header
 **
-**     $Id: valuenode_linear.h,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -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: