X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_linear.h;h=4c3563fc6301192d3d608cec11106d1ee72266be;hb=37600b4b217caa5e316984ec0b035c5e8f9698af;hp=e2d348ae15b50c7ee61ecf273e6bef98b303c93e;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_linear.h b/synfig-core/trunk/src/synfig/valuenode_linear.h index e2d348a..4c3563f 100644 --- a/synfig-core/trunk/src/synfig/valuenode_linear.h +++ b/synfig-core/trunk/src/synfig/valuenode_linear.h @@ -2,10 +2,11 @@ /*! \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 +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -39,8 +40,8 @@ class ValueNode_Linear : public LinkableValueNode { ValueNode::RHandle m_; ValueNode::RHandle b_; - - ValueNode_Linear(const ValueBase::Type &x); + + ValueNode_Linear(const ValueBase &value); public: