Ticket #9691: patch-listmodel.hpp

File patch-listmodel.hpp, 311 bytes (added by josh_root@…, 18 years ago)

files/patch-listmodel.hpp

Line 
1--- include/guichan/listmodel.hpp       2005-05-17 22:23:06.000000000 +0300
2+++ include/guichan/listmodel.hpp       2006-06-30 10:56:11.000000000 +0300
3@@ -85,6 +85,8 @@
4          * @return an element as a string.
5          */
6         virtual std::string getElementAt(int i) = 0;
7+
8+       virtual ~ListModel() {};
9     };
10 }
11