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 2ecbb19 commit 75e2608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/dialogs/loadscreen.cpp
Expand Up @@ -71,6 +71,8 @@ tloadscreen::tloadscreen(std::function<void()> f)
, work_(f)
, worker_()
, cursor_setter_()
, progress_stage_label_(nullptr)
, animation_label_(nullptr)
, current_stage_(nullptr)
, visible_stages_()
, animation_stages_()
Expand Down

0 comments on commit 75e2608

Please sign in to comment.