X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimationplayer.h;fp=source%2Fanimationplayer.h;h=c45027d9e82bacfb0358981dfadcc0fded8c5eb9;hp=b6575304f4072d03f489590e599b370ad0ea816b;hb=d9d576e116507f17829af0a0d42585f9843b542e;hpb=d3813a0ab6ee2f8b9af775c28b51b512abe6cd09 diff --git a/source/animationplayer.h b/source/animationplayer.h index b6575304..c45027d9 100644 --- a/source/animationplayer.h +++ b/source/animationplayer.h @@ -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. */