summaryrefslogtreecommitdiff
path: root/src/gui/char_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r--src/gui/char_server.h6
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);
};