X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..8d7ddd02649628327f8169cf2f4f9ee7b52f39c7:/include/wx/listbox.h 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)