X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_scale.h;h=6b82c4d0185bd922364010b3dda2fd8b4cfb7a1c;hb=dc50b6218db21e69ba37a1c76d791dc2271370a5;hp=f73fb78d595c2887ac39f9cd2c7df7791d8a85ff;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_scale.h b/synfig-core/trunk/src/synfig/valuenode_scale.h index f73fb78..6b82c4d 100644 --- a/synfig-core/trunk/src/synfig/valuenode_scale.h +++ b/synfig-core/trunk/src/synfig/valuenode_scale.h @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_scale.h -** \brief Template Header +** \brief Header file for implementation of the "Scale" valuenode conversion. ** -** $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 @@ -44,7 +45,7 @@ private: ValueNode::RHandle value_node; ValueNode::RHandle scalar; - ValueNode_Scale(); + ValueNode_Scale(const ValueBase &value); public: