Fix compilation for non-C++2011 compilers, oops

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11319 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2012-06-17 22:42:33 +00:00
parent 92385e68e5
commit 6a12217b10

View File

@ -39,7 +39,7 @@ class CutsceneWorld : public World
scene::ICameraSceneNode* m_camera;
std::map<float, std::vector<TrackObject*>> m_sounds_to_trigger;
std::map<float, std::vector<TrackObject*> > m_sounds_to_trigger;
public: