X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimationeventobserver.h;h=1eafc4d206c89c32b20245300043c154fcee10ee;hp=167b966cd2cf3ee4ff49461f075ad23d3e5c2748;hb=b1caf9df027b3cfca3909947b6041fbf80e9c277;hpb=4598d28936d3a4772927d1e3a1534f872731b358 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