Attempt to fix tests (fixup e46dfcc
)
This commit is contained in:
parent
118b467044
commit
44bee4ece4
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ static auto default_gui = guis.end();
|
|||
|
||||
void register_window(const std::string& id)
|
||||
{
|
||||
registered_window_types().emplace(id);
|
||||
registered_window_types().insert(id);
|
||||
}
|
||||
|
||||
std::set<std::string> unit_test_access_only::get_registered_window_list()
|
||||
|
|
Loading…
Add table
Reference in a new issue