X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..f6840be66eb772c08f0cbb43de677509d5d132bb:/include/wx/motif/checklst.h?ds=sidebyside diff --git a/include/wx/motif/checklst.h b/include/wx/motif/checklst.h index f097bd739f..9014e9f774 100644 --- a/include/wx/motif/checklst.h +++ b/include/wx/motif/checklst.h @@ -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);