X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation.h;h=32a06075ec18269450a9ab329317e1e7551b8994;hp=1ae571e7db217e8e624c6475dc6c4731ebf08a9d;hb=4b4d2a48048268d2ad48bafbce8647af8088573f;hpb=d713e5391dc5d85759c7aab36f6df7a85c3d8eff diff --git a/source/animation.h b/source/animation.h index 1ae571e7..32a06075 100644 --- a/source/animation.h +++ b/source/animation.h @@ -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;