Skip to content

Commit

Permalink
Attempt to fix tests (fixup e46dfcc)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed May 29, 2017
1 parent 118b467 commit 44bee4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/settings.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit 44bee4e

Please sign in to comment.