C++11 build fix

master
Marius Kintel 2014-11-25 17:40:49 -05:00
parent b03345ec18
commit b621287610
1 changed files with 2 additions and 1 deletions

View File

@ -198,7 +198,8 @@ ColorModule::ColorModule()
("white", Color4f(255, 255, 255))
("whitesmoke", Color4f(245, 245, 245))
("yellow", Color4f(255, 255, 0))
("yellowgreen", Color4f(154, 205, 50));
("yellowgreen", Color4f(154, 205, 50))
.convert_to_container<boost::unordered_map<std::string, Color4f> >();
}
ColorModule::~ColorModule()