X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..951cd18031e1408ed2a70dae2972273f8ed9e994:/include/wx/listbox.h diff --git a/include/wx/listbox.h b/include/wx/listbox.h index ae0c31267d..afe6348038 100644 --- a/include/wx/listbox.h +++ b/include/wx/listbox.h @@ -45,8 +45,8 @@ 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 __WXMAC_X__ - virtual ~wxListBoxBase() {} // Added min for Mac X +#ifdef __DARWIN__ + virtual ~wxListBoxBase() { } #endif void Insert(const wxString& item, int pos) @@ -133,8 +133,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__)