Add my copyright to files I've modified.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_scale.h
index b9d306d..e8a6cf6 100644 (file)
@@ -2,10 +2,11 @@
 /*!    \file valuenode_scale.h
 **     \brief Template Header
 **
-**     $Id: valuenode_scale.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,12 +40,12 @@ struct ValueNode_Scale : public LinkableValueNode
 {
        typedef etl::handle<ValueNode_Scale> Handle;
        typedef etl::handle<const ValueNode_Scale> ConstHandle;
-       
+
 private:
        ValueNode::RHandle value_node;
        ValueNode::RHandle scalar;
 
-       ValueNode_Scale();
+       ValueNode_Scale(const ValueBase &value);
 
 public:
 
@@ -79,14 +80,14 @@ public:
        virtual ValueBase operator()(Time t)const;
 
        virtual String get_name()const;
-       
+
        virtual String get_local_name()const;
 
        virtual String link_local_name(int i)const;
 
 protected:
        virtual bool set_link_vfunc(int i,ValueNode::Handle x);
-       
+
        virtual LinkableValueNode* create_new()const;
 
 public: