X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..f69e752c869e3f61a429cbbcb51789118105f863:/include/wx/motif/checklst.h diff --git a/include/wx/motif/checklst.h b/include/wx/motif/checklst.h index 17fe1324d6..7a1785fc62 100644 --- a/include/wx/motif/checklst.h +++ b/include/wx/motif/checklst.h @@ -7,7 +7,7 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_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);