X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..1bcef6701be81d1f4473eb5a297bdf20fa292d98:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index e6e85a2241..46f27b9d8a 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -59,7 +59,7 @@ public: virtual bool IsSorted() const { return HasFlag(wxCB_SORT); } private: - DECLARE_NO_COPY_CLASS(wxChoiceBase) + wxDECLARE_NO_COPY_CLASS(wxChoiceBase); }; // ---------------------------------------------------------------------------- @@ -79,13 +79,11 @@ private: #elif defined(__WXGTK__) #include "wx/gtk1/choice.h" #elif defined(__WXMAC__) - #include "wx/mac/choice.h" + #include "wx/osx/choice.h" #elif defined(__WXCOCOA__) #include "wx/cocoa/choice.h" #elif defined(__WXPM__) #include "wx/os2/choice.h" -#elif defined(__WXPALMOS__) - #include "wx/palmos/choice.h" #endif #endif // wxUSE_CHOICE