X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..721a4a08bce5245dd748a9f4c64c5d25a02e8155:/include/wx/listbox.h?ds=sidebyside diff --git a/include/wx/listbox.h b/include/wx/listbox.h index ae0c31267d..662a953a6f 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)