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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h
index 42627b9c..bd41a479 100644
--- a/src/gui/char_server.h
+++ b/src/gui/char_server.h
@@ -32,6 +32,8 @@
*/
class ServerListModel : public gcn::ListModel {
public:
+ virtual ~ServerListModel() {};
+
int getNumberOfElements();
std::string getElementAt(int i);
};