X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f11bdd03b9623a61bfe3137beeefd7b1256bb9a1..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/listbox.h?ds=inline diff --git a/include/wx/listbox.h b/include/wx/listbox.h index 662a953a6f..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); } @@ -133,8 +131,6 @@ protected: #include "wx/motif/listbox.h" #elif defined(__WXGTK__) #include "wx/gtk/listbox.h" -#elif defined(__WXQT__) - #include "wx/qt/listbox.h" #elif defined(__WXMAC__) #include "wx/mac/listbox.h" #elif defined(__WXPM__)