Fixup 3ee79ff
This commit is contained in:
parent
427cd5d0e5
commit
257ad9e9c9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue