]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / choice.h
index c1195637362686ebff224845e372b83564d974f9..b94a76c6e20e36685babd1506be4df6d8268d4bd 100644 (file)
@@ -38,7 +38,7 @@ class WXDLLEXPORT wxChoiceBase : public wxControlWithItems
 {
 public:
     // all generic methods are in wxControlWithItems
 {
 public:
     // all generic methods are in wxControlWithItems
-#ifdef __WXMAC_X__
+#ifdef __DARWIN__
     virtual ~wxChoiceBase() {}
 #endif
 
     virtual ~wxChoiceBase() {}
 #endif
 
@@ -69,8 +69,6 @@ public:
     #include "wx/motif/choice.h"
 #elif defined(__WXGTK__)
     #include "wx/gtk/choice.h"
     #include "wx/motif/choice.h"
 #elif defined(__WXGTK__)
     #include "wx/gtk/choice.h"
-#elif defined(__WXQT__)
-    #include "wx/qt/choice.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/choice.h"
 #elif defined(__WXPM__)
 #elif defined(__WXMAC__)
     #include "wx/mac/choice.h"
 #elif defined(__WXPM__)