diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 16:46:27 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 16:46:27 +0000 |
commit | 587275709eb11a036ed474bf6a61f1fd34fc069f (patch) | |
tree | 9c1f073168b1d38e87afdd11427e924340a2d901 /src/gui/char_server.h | |
parent | 8e9952956dddf37edefeb69c009def3f0dff23eb (diff) | |
download | mana-587275709eb11a036ed474bf6a61f1fd34fc069f.tar.gz mana-587275709eb11a036ed474bf6a61f1fd34fc069f.tar.bz2 mana-587275709eb11a036ed474bf6a61f1fd34fc069f.tar.xz mana-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.h | 9 |
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(); /** |