X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..de1b0aeb6ca71f915479d07e040b1d65e5096951:/include/wx/motif/checklst.h diff --git a/include/wx/motif/checklst.h b/include/wx/motif/checklst.h index f097bd739f..7a1785fc62 100644 --- a/include/wx/motif/checklst.h +++ b/include/wx/motif/checklst.h @@ -19,7 +19,7 @@ #include "wx/listbox.h" -class wxCheckListBox : public wxCheckListBoxBase +class WXDLLIMPEXP_CORE wxCheckListBox : public wxCheckListBoxBase { DECLARE_DYNAMIC_CLASS(wxCheckListBox) @@ -61,7 +61,7 @@ public: // items may be checked bool IsChecked(size_t uiIndex) const; - void Check(size_t uiIndex, bool bCheck = TRUE); + void Check(size_t uiIndex, bool bCheck = true); // override base class functions virtual int DoAppend(const wxString& item);