X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fanimationplayer.h;h=4b0beb6c236f8b728df2f9f5a0382b128f773e1c;hp=c45027d9e82bacfb0358981dfadcc0fded8c5eb9;hb=HEAD;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266 diff --git a/source/animation/animationplayer.h b/source/animation/animationplayer.h index c45027d9..4b0beb6c 100644 --- a/source/animation/animationplayer.h +++ b/source/animation/animationplayer.h @@ -42,9 +42,7 @@ private: virtual void animation_event(Placeable *, const std::string &, const Variant &); }; - typedef std::map ObjectMap; - - ObjectMap objects; + std::map objects; private: Target &get_slot(Placeable &);