]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/kbList.h
Selection marking seems fine now.
[wxWidgets.git] / user / wxLayout / kbList.h
index 9f35abb450bb09292970d9776c1b74ae5a771a57..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(); } \