Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_sine.h
index 12d849a..dfeccbc 100644 (file)
@@ -1,11 +1,12 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file valuenode_sine.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Sine" valuenode conversion.
 **
-**     $Id: valuenode_sine.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
@@ -40,7 +41,7 @@ class ValueNode_Sine : public LinkableValueNode
        ValueNode::RHandle angle_;
        ValueNode::RHandle amp_;
 
-       ValueNode_Sine(const ValueBase::Type &x);
+       ValueNode_Sine(const ValueBase &value);
 
 public: