]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/kbList.h
First part of fixes to make this work under MSW.
[wxWidgets.git] / user / wxLayout / kbList.h
index 257c6f552839a64d03009e7e99af5d761b0b71f9..8c52aba56b23728fc3c5060775f7356711b9e841 100644 (file)
@@ -280,7 +280,7 @@ public: \
    type *remove(iterator& i) \
       { return (type *)kbList::remove(i); } \
    inline void erase(iterator & i) \
-      { deleteContent(i); kbList::erase(i); } \
+      { deleteContent(i); doErase(i); } \
    \
    inline iterator begin(void) const \
       { return kbList::begin(); } \
@@ -311,5 +311,5 @@ protected: \
 /// define the most commonly used list type once:
 KBLIST_DEFINE(kbStringList, String);
 #endif
-
+//@}
 #endif // KBLIST_H