summaryrefslogtreecommitdiff
path: root/src/gui/char_server.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-25 16:46:27 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-25 16:46:27 +0000
commit587275709eb11a036ed474bf6a61f1fd34fc069f (patch)
tree9c1f073168b1d38e87afdd11427e924340a2d901 /src/gui/char_server.h
parent8e9952956dddf37edefeb69c009def3f0dff23eb (diff)
downloadmana-client-587275709eb11a036ed474bf6a61f1fd34fc069f.tar.gz
mana-client-587275709eb11a036ed474bf6a61f1fd34fc069f.tar.bz2
mana-client-587275709eb11a036ed474bf6a61f1fd34fc069f.tar.xz
mana-client-587275709eb11a036ed474bf6a61f1fd34fc069f.zip
Fixed error causing monster death bitmaps not to show up.
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();
/**