This commit is contained in:
Charles Dang 2017-05-30 05:15:27 +11:00
parent 427cd5d0e5
commit 257ad9e9c9

View file

@ -435,7 +435,7 @@ void register_window(const std::string& id)
{
// The second value of emplace is the 'was successfully added' flag.
if(!registered_window_types().emplace(id).second) {
WRN_GUI_P << "Window '" << id "' already registered. Ignoring." << std::endl;
WRN_GUI_P << "Window '" << id << "' already registered. Ignoring." << std::endl;
}
}