X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62a879dfa0127253c7d095ed725a89465517bede..5fe8354960174a56ee21c456ac3ba521a7b9bae5:/include/wx/choice.h?ds=sidebyside diff --git a/include/wx/choice.h b/include/wx/choice.h index a8743fbb27..c119563736 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -20,6 +20,8 @@ #pragma interface "choicebase.h" #endif +#if wxUSE_CHOICE + #include "wx/ctrlsub.h" // the base class // ---------------------------------------------------------------------------- @@ -77,5 +79,7 @@ public: #include "wx/stubs/choice.h" #endif +#endif // wxUSE_CHOICE + #endif // _WX_CHOICE_H_BASE_