X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42352409bcf4296029a92187db7139f006581b5d..9ec0e7da983d3c4de9c7007142a72864214514ac:/src/cocoa/checklst.mm diff --git a/src/cocoa/checklst.mm b/src/cocoa/checklst.mm index 09a347ecd2..f3a68f99ac 100644 --- a/src/cocoa/checklst.mm +++ b/src/cocoa/checklst.mm @@ -6,10 +6,13 @@ // Created: 2003/03/18 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" + +#if wxUSE_CHECKLISTBOX + #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/app.h" @@ -65,3 +68,4 @@ void wxCheckListBox::Check(size_t item, bool check) { } +#endif