]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation.h
Make Animation::Iterator assignable
[libs/gl.git] / source / animation.h
index 1ae571e7db217e8e624c6475dc6c4731ebf08a9d..32a06075ec18269450a9ab329317e1e7551b8994 100644 (file)
@@ -87,7 +87,7 @@ public:
        class Iterator
        {
        private:
-               const Animation &animation;
+               const Animation *animation;
                KeyFrameList::const_iterator iter;
                Time::TimeDelta time_since_keyframe;
                bool end;