X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimation.h;h=7b86eca9b162a56cd38e29ae1c17f05a326bce3b;hb=29ee3d841a610d24ccfa3e16e492e278f81f64bd;hp=43cfc2894013016ec9018244e60c5bff0b2a7f26;hpb=49f1812b3e5ad73748015df52d0e4dee17246036;p=libs%2Fgl.git diff --git a/source/animation.h b/source/animation.h index 43cfc289..7b86eca9 100644 --- a/source/animation.h +++ b/source/animation.h @@ -168,7 +168,7 @@ public: void add_keyframe(const Time::TimeDelta &, const KeyFrame &, float, float); void add_control_keyframe(const KeyFrame &); private: - void add_keyframe(const Time::TimeDelta &, const RefPtr &, bool); + void add_keyframe(const Time::TimeDelta &, const KeyFrame *, bool, bool); void prepare_keyframe(TimedKeyFrame &); void create_curves(); template