fix operator

This commit is contained in:
Dane Springmeyer 2012-03-23 17:27:01 -07:00
parent 3b498efbd9
commit 586978f345

View file

@ -246,7 +246,7 @@ void map_parser::parse_map(Map & map, xml_node const& pt, std::string const& bas
{
if (strict_)
{
throw config_error(std::string("Failed to load fonts from: ") << *font_directory);
throw config_error(std::string("Failed to load fonts from: ") + *font_directory);
}
}
}