X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fanimation.h;h=3d247cf5f74bc0821481fc9a2cdbf10f24a0e8ca;hp=6845d23ee3e1652c9f7e49a86e5145f3faa6aa52;hb=3ac3a51c623271da815c8ee60c484445871753bf;hpb=885b8ad08cfcefba4b95ec9028fa1e25df2fe171 diff --git a/source/animation/animation.h b/source/animation/animation.h index 6845d23e..3d247cf5 100644 --- a/source/animation/animation.h +++ b/source/animation/animation.h @@ -121,8 +121,9 @@ private: struct TimedKeyFrame { Time::TimeDelta time; - RefPtr keyframe; + const KeyFrame *keyframe; bool control; + bool owned; }; struct Event