]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
Updated ten thousand macros for new event type code.
[wxWidgets.git] / include / wx / list.h
index d475c569b44f4822fae39bf18e9b7f3aaa296a8a..23ab3e1ff8eeb623b222139bf38f1d6a24f9992e 100644 (file)
@@ -247,7 +247,7 @@ public:
 protected:
         // copy ctor and assignment operator
     wxListBase(const wxListBase& list)
-        { DoCopy(list); }
+        { Init(); DoCopy(list); }
     wxListBase& operator=(const wxListBase& list)
         { Clear(); DoCopy(list); return *this; }