Yet another fix to pre-c++2011 compilation.....

This commit is contained in:
Marianne Gagnon 2014-05-10 20:50:18 -04:00
parent 522ad01a27
commit 7808fc8a09

View File

@ -75,7 +75,7 @@ public:
void setDebugMode(DebugModeType mode);
void beginNextFrame();
const std::map<video::SColor, std::vector<float>>& getLines() const { return m_lines; }
const std::map<video::SColor, std::vector<float> >& getLines() const { return m_lines; }
}; // IrrDebugDrawer
#endif