X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62a1177692935b06dc6382c22cb65620b5cf6888..a6905d8b558f1a0d258365b815bff0b5b5c76a0b:/samples/richedit/kbList.h diff --git a/samples/richedit/kbList.h b/samples/richedit/kbList.h index f69bf25070..6a1cca93ee 100644 --- a/samples/richedit/kbList.h +++ b/samples/richedit/kbList.h @@ -277,7 +277,7 @@ public: \ /* the cast is needed for MS VC++ 5.0 */ \ { return (type *)((kbList::iterator *)this)->operator*() ; } \ }; \ - inline name(bool ownsEntriesFlag = TRUE) \ + inline name(bool ownsEntriesFlag = true) \ : kbList(ownsEntriesFlag) {} \ \ inline type *pop_back(void) \