X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62a1177692935b06dc6382c22cb65620b5cf6888..1b48afd23db9e8b5bfac8323c292b08f8f9f2e0e:/samples/richedit/kbList.h?ds=inline diff --git a/samples/richedit/kbList.h b/samples/richedit/kbList.h index f69bf25070..f1aa53bd2b 100644 --- a/samples/richedit/kbList.h +++ b/samples/richedit/kbList.h @@ -12,10 +12,6 @@ #ifndef KBLIST_H # define KBLIST_H -#ifdef __GNUG__ -# pragma interface "kbList.h" -#endif - #ifndef NULL # define NULL 0 #endif @@ -277,7 +273,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) \