X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/584ad2a32fec156c6049145d7ece9a33213aea28..d51305e81eb593bedd92cda864671e15209c268f:/include/wx/motif/checklst.h?ds=inline 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);