Use a real type, not integer, for the "Duplicate" layer's index parameter.
[synfig.git] / synfig-core / trunk / src / synfig / layer_duplicate.h
index 4daf5a6..bbe2cde 100644 (file)
@@ -40,7 +40,7 @@ class Layer_Duplicate : public synfig::Layer_Composite
        SYNFIG_LAYER_MODULE_EXT
 
 private:
-       mutable int index;
+       mutable Real index;
        mutable Time time_cur;
 
 public: