Fix 1883030: Version 0.1 of the timeloop layer acted as if it wasn't there whenever...
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / timeloop.h
index e1c9afa..8ecb6ee 100644 (file)
@@ -50,6 +50,7 @@ private:
        synfig::Time    start_time;
        synfig::Time    end_time;
        bool                    old_version;
+       bool                    only_for_positive_duration;
 
 protected:
        Layer_TimeLoop();