]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
Lots of OS/2 Updates mirroring msw updates
[wxWidgets.git] / include / wx / listbox.h
index 92c7bf7c08b920013ecf3cd56891d1e9854bc69c..ce7fa140796231cb51e74a2e03fb2d3f7904f772 100644 (file)
@@ -45,6 +45,9 @@ 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
+#endif
 
     void Insert(const wxString& item, int pos)
         { DoInsert(item, pos); }