diff options
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r-- | src/gui/char_server.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h index f07b2f53..f81c387b 100644 --- a/src/gui/char_server.h +++ b/src/gui/char_server.h @@ -58,7 +58,7 @@ class ServerSelectDialog : public Window, public gcn::ActionListener { ServerSelectDialog(); /** - * Destructor + * Destructor. */ ~ServerSelectDialog(); @@ -66,7 +66,7 @@ class ServerSelectDialog : public Window, public gcn::ActionListener { * Called when receiving actions from the widgets. */ void action(const std::string& eventId); - + /** * Updates dialog logic */ @@ -79,7 +79,7 @@ class ServerSelectDialog : public Window, public gcn::ActionListener { gcn::Button *cancelButton; gcn::ScrollArea *scrollArea; int mStatus; - + void selectServer(int index); }; |