]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
wxMGL compilation fix that I forgot to chekc in
[wxWidgets.git] / include / wx / choice.h
index a8743fbb274cc4b3a7dc801380cc21f807fc3a80..a99e477cd2336edcdd55fa5b03ace9da31f353fb 100644 (file)
@@ -20,6 +20,8 @@
     #pragma interface "choicebase.h"
 #endif
 
+#if wxUSE_CHOICE
+
 #include "wx/ctrlsub.h"     // the base class
 
 // ----------------------------------------------------------------------------
@@ -36,7 +38,7 @@ class WXDLLEXPORT wxChoiceBase : public wxControlWithItems
 {
 public:
     // all generic methods are in wxControlWithItems
-#ifdef __WXMAC_X__
+#ifdef __DARWIN__
     virtual ~wxChoiceBase() {}
 #endif
 
@@ -77,5 +79,7 @@ public:
     #include "wx/stubs/choice.h"
 #endif
 
+#endif // wxUSE_CHOICE
+
 #endif
     // _WX_CHOICE_H_BASE_