]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/htmllbox.h
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview...
[wxWidgets.git] / interface / wx / htmllbox.h
index b99b8b4528f2106d6a4d1fca21d554a3159bb77f..c99670cc6d4ee529e2bacc843a35a25c608f4bce 100644 (file)
@@ -40,7 +40,7 @@ public:
     /**
         Destructor cleans up whatever resources we use.
     */
-    ~wxHtmlListBox();
+    virtual ~wxHtmlListBox();
 
     /**
         Creates the control and optionally sets the initial number of items in it
@@ -211,7 +211,7 @@ public:
     /**
         Frees the array of stored items and relative client data.
     */
-    ~wxSimpleHtmlListBox();
+    virtual ~wxSimpleHtmlListBox();
 
     //@{
     /**