X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62a1177692935b06dc6382c22cb65620b5cf6888..10498b330d018033ad523a113b2e0af86e7cff21:/samples/richedit/kbList.h 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) \