X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimationeventobserver.h;h=1eafc4d206c89c32b20245300043c154fcee10ee;hp=167b966cd2cf3ee4ff49461f075ad23d3e5c2748;hb=025016d7628be9c43b20999325dcbaae5cb3c3b8;hpb=19555043d70f972feedb89786fc24a2b83b4f7e9 diff --git a/source/animationeventobserver.h b/source/animationeventobserver.h index 167b966c..1eafc4d2 100644 --- a/source/animationeventobserver.h +++ b/source/animationeventobserver.h @@ -7,7 +7,7 @@ namespace Msp { namespace GL { -class AnimatedObject; +class Placeable; class AnimationEventObserver { @@ -16,7 +16,7 @@ protected: public: virtual ~AnimationEventObserver() { } - virtual void animation_event(AnimatedObject *, const std::string &, const Variant &) { } + virtual void animation_event(Placeable *, const std::string &, const Variant &) { } }; } // namespace GL