diff options
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r-- | src/gui/setup_players.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h index 64561ed91..afc902f1b 100644 --- a/src/gui/setup_players.h +++ b/src/gui/setup_players.h @@ -36,6 +36,7 @@ #define _UNUSED_ #endif +class EditDialog; class GuiTable; class PlayerTableModel; class StaticTableModel; @@ -94,6 +95,13 @@ private: bool mSecureTrades; gcn::CheckBox *mSecureTradesCheckBox; + + gcn::Label *mUnsecureCharsLabel; + gcn::TextField *mUnsecureCharsField; + gcn::Button *mUnsecureCharsButton; + std::string mUnsecureChars; + + EditDialog *mEditDialog; }; #endif |