X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..c7d4ca810570664b68f7a4f0f11d2a5a64aa6163:/interface/wx/htmllbox.h diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index 150398f04b..c99670cc6d 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -8,7 +8,6 @@ /** @class wxHtmlListBox - @wxheader{htmllbox.h} wxHtmlListBox is an implementation of wxVListBox which shows HTML content in the listbox rows. This is still an abstract base class @@ -41,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 @@ -132,7 +131,6 @@ public: /** @class wxSimpleHtmlListBox - @wxheader{htmllbox.h} wxSimpleHtmlListBox is an implementation of wxHtmlListBox which shows HTML content in the listbox rows. @@ -213,7 +211,7 @@ public: /** Frees the array of stored items and relative client data. */ - ~wxSimpleHtmlListBox(); + virtual ~wxSimpleHtmlListBox(); //@{ /**