X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_duplicate.h;h=b9d242952eba7c11d08194ffadcdfcd08c70d40a;hb=756c0d29ac1742f231e6615f9a577e574e35a4af;hp=5dc8693971b028e6d5805429c1657b849edc1929;hpb=03f9d7a946e2d2465f263349b2d6c60dd426d036;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_duplicate.h b/synfig-core/trunk/src/synfig/valuenode_duplicate.h index 5dc8693..b9d2429 100644 --- a/synfig-core/trunk/src/synfig/valuenode_duplicate.h +++ b/synfig-core/trunk/src/synfig/valuenode_duplicate.h @@ -6,7 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** Copyright (c) 2007 Chris Moore +** Copyright (c) 2007, 2008 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 @@ -41,7 +41,7 @@ class ValueNode_Duplicate : public LinkableValueNode ValueNode::RHandle from_; ValueNode::RHandle to_; ValueNode::RHandle step_; - mutable int index; + mutable Real index; public: typedef etl::handle Handle;