X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/listbox.h diff --git a/include/wx/listbox.h b/include/wx/listbox.h index afe6348038..23f3100c53 100644 --- a/include/wx/listbox.h +++ b/include/wx/listbox.h @@ -45,9 +45,7 @@ class WXDLLEXPORT wxListBoxBase : public wxControlWithItems public: // all generic methods are in wxControlWithItems, except for the following // ones which are not yet implemented by wxChoice/wxCombobox -#ifdef __DARWIN__ - virtual ~wxListBoxBase() { } -#endif + virtual ~wxListBoxBase(); void Insert(const wxString& item, int pos) { DoInsert(item, pos); }