summaryrefslogtreecommitdiff
path: root/src/gui/unregisterdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-14 20:30:31 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-14 20:51:13 +0300
commitb70d1b6d97dcfd78030fb457889e37cb45f6097d (patch)
tree9f86d6389397887003b920f2335d387398bdcfd6 /src/gui/unregisterdialog.h
parent84499779fcf0c8b5392a88f1c9311775e692ebef (diff)
downloadplus-b70d1b6d97dcfd78030fb457889e37cb45f6097d.tar.gz
plus-b70d1b6d97dcfd78030fb457889e37cb45f6097d.tar.bz2
plus-b70d1b6d97dcfd78030fb457889e37cb45f6097d.tar.xz
plus-b70d1b6d97dcfd78030fb457889e37cb45f6097d.zip
Fix code style.
Diffstat (limited to 'src/gui/unregisterdialog.h')
-rw-r--r--src/gui/unregisterdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h
index 8a3be85d9..de783a410 100644
--- a/src/gui/unregisterdialog.h
+++ b/src/gui/unregisterdialog.h
@@ -60,14 +60,14 @@ class UnRegisterDialog : public Window, public gcn::ActionListener
void action(const gcn::ActionEvent &event);
private:
+ LoginData *mLoginData;
+
gcn::TextField *mPasswordField;
gcn::Button *mUnRegisterButton;
gcn::Button *mCancelButton;
WrongDataNoticeListener *mWrongDataNoticeListener;
-
- LoginData *mLoginData;
};
#endif