]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation/animationplayer.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / animation / animationplayer.h
index c45027d9e82bacfb0358981dfadcc0fded8c5eb9..4b0beb6c236f8b728df2f9f5a0382b128f773e1c 100644 (file)
@@ -42,9 +42,7 @@ private:
                virtual void animation_event(Placeable *, const std::string &, const Variant &);
        };
 
-       typedef std::map<const Placeable *, Target> ObjectMap;
-
-       ObjectMap objects;
+       std::map<const Placeable *, Target> objects;
 
 private:
        Target &get_slot(Placeable &);