X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimation%2Fanimation.h;h=3d247cf5f74bc0821481fc9a2cdbf10f24a0e8ca;hb=ff8a8bfa114a690b7b25d9503bb5ed811d6aeca9;hp=6845d23ee3e1652c9f7e49a86e5145f3faa6aa52;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git 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