X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..b057f88ab8d0d448e094204802c9033fad271ccc:/include/wx/checklst.h diff --git a/include/wx/checklst.h b/include/wx/checklst.h index 842076dcf1..8e33246eca 100644 --- a/include/wx/checklst.h +++ b/include/wx/checklst.h @@ -6,7 +6,7 @@ // Created: 12.09.00 // RCS-ID: $Id$ // Copyright: (c) Vadim Zeitlin -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_CHECKLST_H_BASE_ @@ -27,7 +27,7 @@ public: // check list box specific methods virtual bool IsChecked(size_t item) const = 0; - virtual void Check(size_t item, bool check = TRUE) = 0; + virtual void Check(size_t item, bool check = true) = 0; DECLARE_NO_COPY_CLASS(wxCheckListBoxBase) };