]> git.saurik.com Git - wxWidgets.git/commitdiff
bug fix for kbList::erase (done long ago in M version)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Mar 1999 23:01:40 +0000 (23:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Mar 1999 23:01:40 +0000 (23:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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(); } \