]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
Added back the missing Undo/Redo accelerators that unaccountably
[wxWidgets.git] / include / wx / listbox.h
index 662a953a6fc81a339ad019770ef43929847bcf60..23f3100c5305c1ccf52ea4a7ff3038bdc890623c 100644 (file)
@@ -45,9 +45,7 @@ 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 __DARWIN__
-    virtual ~wxListBoxBase() { }
-#endif
+    virtual ~wxListBoxBase();
 
     void Insert(const wxString& item, int pos)
         { DoInsert(item, pos); }
@@ -133,8 +131,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__)