]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
Triued in vain to fix threads segvs with gcc
[wxWidgets.git] / include / wx / list.h
index a65bb8d4856224fa2764a264521d1648303fdc71..6e8cda59400bc4c161bdeebdf3737db4d0854d73 100644 (file)
@@ -289,7 +289,7 @@ protected:
 private:
     // helpers
         // common part of all ctors
-    void Init(wxKeyType keyType);
+    void Init(wxKeyType keyType = wxKEY_NONE);
         // common part of copy ctor and assignment operator
     void DoCopy(const wxListBase& list);
         // common part of all Append()s
@@ -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;