X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62a1177692935b06dc6382c22cb65620b5cf6888..2296fe5018d42d4e0bf9df07c37d31f60d972b32:/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) \