X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation.h;h=a5f77b46c4eb185a733a4f65355f4c67526e1545;hp=929cb13f497318c3a91492cc1cf18d36584f267e;hb=4a1e2b6a68095e6bb7c212be57abb5a1509739b9;hpb=3d8438922e24b787587d0c8f1883c5567a4af573 diff --git a/source/animation.h b/source/animation.h index 929cb13f..a5f77b46 100644 --- a/source/animation.h +++ b/source/animation.h @@ -120,6 +120,7 @@ public: void add_keyframe(const Time::TimeDelta &, const KeyFrame &); private: + void add_keyframe(const Time::TimeDelta &, const RefPtr &); void prepare_keyframe(TimedKeyFrame &); public: