]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/kbList.h
Incomplete wxUSE_* warning fix.
[wxWidgets.git] / samples / richedit / kbList.h
index f69bf25070b8c15b855b5f11f9b0538dd5414d2d..6a1cca93ee468f2f9f48d99c25a4ed669af7141c 100644 (file)
@@ -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) \