X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c575e45a24711793f98959a1f394a9e528c3129a..b6cf9ad090a3ab83c3f14043af9798b61eaff1d3:/src/xrc/xh_chckl.cpp?ds=sidebyside diff --git a/src/xrc/xh_chckl.cpp b/src/xrc/xh_chckl.cpp index 8ed6fef709..d7e5226486 100644 --- a/src/xrc/xh_chckl.cpp +++ b/src/xrc/xh_chckl.cpp @@ -21,7 +21,7 @@ #if wxUSE_XRC -#if wxUSE_OWNER_DRAWN || !defined(__WXMSW__) +#if wxUSE_CHECKLISTBOX #include "wx/xrc/xh_chckl.h" #include "wx/checklst.h" @@ -131,6 +131,6 @@ bool wxCheckListBoxXmlHandler::CanHandle(wxXmlNode *node) (m_insideBox && node->GetName() == wxT("item"))); } -#endif // wxUSE_OWNER_DRAWN || !defined(__WXMSW__) +#endif // wxUSE_CHECKLISTBOX #endif // wxUSE_XRC