diff options
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r-- | src/gui/setup_players.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h index 0dc8ab73..5337b213 100644 --- a/src/gui/setup_players.h +++ b/src/gui/setup_players.h @@ -67,6 +67,9 @@ private: bool mWhisperTab; gcn::CheckBox *mWhisperTabCheckBox; + + bool mShowGender; + gcn::CheckBox *mShowGenderCheckBox; }; #endif |