]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/kbList.h
Move oleacc.lib from the VC++ projects/makefiles to libraries.h
[wxWidgets.git] / samples / richedit / kbList.h
index f69bf25070b8c15b855b5f11f9b0538dd5414d2d..f1aa53bd2bef26dbf4091b5980f0b6d22ffb765b 100644 (file)
 #ifndef   KBLIST_H
 #   define   KBLIST_H
 
 #ifndef   KBLIST_H
 #   define   KBLIST_H
 
-#ifdef __GNUG__
-#   pragma interface "kbList.h"
-#endif
-
 #ifndef   NULL
 #   define   NULL   0
 #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*() ; } \
    }; \
          /* 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) \
       : kbList(ownsEntriesFlag) {} \
    \
    inline type *pop_back(void) \