]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
corrected CodeWarrior project target names and generated application names
[wxWidgets.git] / include / wx / listbox.h
index ae0c31267d98acd12f45be5df3891c0830e26a6d..662a953a6fc81a339ad019770ef43929847bcf60 100644 (file)
@@ -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)