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