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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h
index 66ea52bf..2f2a6f46 100644
--- a/src/gui/char_server.h
+++ b/src/gui/char_server.h
@@ -52,7 +52,16 @@ class ServerListModel : public gcn::ListModel {
*/
class ServerSelectDialog : public Window, public gcn::ActionListener {
public:
+ /**
+ * Constructor
+ *
+ * @see Window::Window
+ */
ServerSelectDialog(gcn::Container *parent);
+
+ /**
+ * Destructor
+ */
~ServerSelectDialog();
/**