]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animationeventobserver.h
Don't try to access a nonexistent return expression
[libs/gl.git] / source / animationeventobserver.h
index 167b966cd2cf3ee4ff49461f075ad23d3e5c2748..1eafc4d206c89c32b20245300043c154fcee10ee 100644 (file)
@@ -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