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 8a82d57d1..64561ed91 100644 --- a/src/gui/setup_players.h +++ b/src/gui/setup_players.h @@ -91,6 +91,9 @@ private: bool mTargetDead; gcn::CheckBox *mTargetDeadCheckBox; + + bool mSecureTrades; + gcn::CheckBox *mSecureTradesCheckBox; }; #endif |