Skip to content

Commit

Permalink
Fixup tests for db44561
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jul 30, 2017
1 parent 42d1469 commit 8815965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/gui/test_gui2.cpp
Expand Up @@ -154,7 +154,7 @@ std::string unit_test_mark_popup_as_tested(const modeless_dialog& dialog)

window* unit_test_window(const modeless_dialog& dialog)
{
return dialog.window_;
return dialog.window_.get();
}

class mp_server_list;
Expand Down

0 comments on commit 8815965

Please sign in to comment.