diff options
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r-- | src/gui/charselectdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h index 0522566f1..398909f8a 100644 --- a/src/gui/charselectdialog.h +++ b/src/gui/charselectdialog.h @@ -110,6 +110,8 @@ class CharSelectDialog : public Window, bool mLocked; + LoginData *mLoginData; + gcn::Label *mAccountNameLabel; gcn::Label *mLastLoginLabel; @@ -121,8 +123,6 @@ class CharSelectDialog : public Window, /** The player boxes */ std::vector<CharacterDisplay*> mCharacterEntries; - LoginData *mLoginData; - Net::CharHandler *mCharHandler; TextDialog *mDeleteDialog; int mDeleteIndex; |