Initialize all members.
This commit is contained in:
parent
357bb9fdb7
commit
61ce2a151a
1 changed files with 9 additions and 1 deletions
|
@ -84,7 +84,15 @@ private:
|
|||
bool is_valid_;
|
||||
|
||||
public:
|
||||
replay_buttons_wrapper() : is_valid_(false) {}
|
||||
replay_buttons_wrapper()
|
||||
: is_valid_(false)
|
||||
, play_button_(NULL)
|
||||
, stop_button_(NULL)
|
||||
, reset_button_(NULL)
|
||||
, play_turn_button_(NULL)
|
||||
, play_side_button_(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
gui::button* play_button_;
|
||||
gui::button* stop_button_;
|
||||
|
|
Loading…
Add table
Reference in a new issue