Skip to content

Commit

Permalink
Initialize all members
Browse files Browse the repository at this point in the history
Found by coverity
  • Loading branch information
AI0867 committed Jun 10, 2016
1 parent 433a3ad commit 2ecbb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/dialogs/multiplayer/synced_choice_wait.cpp
Expand Up @@ -58,6 +58,7 @@ REGISTER_DIALOG(synced_choice_wait)
tsynced_choice_wait::tsynced_choice_wait(user_choice_manager& mgr)
: mgr_(mgr)
, message_()
, window_(nullptr)
{
mgr_.changed_event_.attach_handler(this);
}
Expand Down

0 comments on commit 2ecbb19

Please sign in to comment.