]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animationplayer.h
Change AnimationPlayer::stop to take a Placeable
[libs/gl.git] / source / animationplayer.h
index b6575304f4072d03f489590e599b370ad0ea816b..c45027d9e82bacfb0358981dfadcc0fded8c5eb9 100644 (file)
@@ -77,10 +77,10 @@ public:
        void unobserve_events(AnimationEventObserver &);
 
        /// Stops all animations affecting an object.
-       void stop(AnimatedObject &);
+       void stop(Placeable &);
 
        /// Stops a single animation affecting an object.
-       void stop(AnimatedObject &, const Animation &);
+       void stop(Placeable &, const Animation &);
 
        /** Advances all playing animations.  Should be called in a regular manner,
        preferably just before rendering. */