]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
IS_KIND_OF -> wxIS_KIND_OF compilation fix
[wxWidgets.git] / include / wx / list.h
index a65bb8d4856224fa2764a264521d1648303fdc71..75c3c01cbb92b1a8eb77777f6f9518725ff43d2f 100644 (file)
@@ -475,8 +475,7 @@ public:
     wxNode *Add(const char *s)
         { return (wxNode *)wxStringListBase::Append(copystring(s)); }
 
-    void Delete(const char *s)
-        { wxStringListBase::DeleteObject((char *)s); }
+    bool Delete(const char *s);
 
     char **ListToArray(bool new_copies = FALSE) const;
     bool Member(const char *s) const;