]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
Corrected memory.cpp checkpoint bug; added Tex2RTF
[wxWidgets.git] / include / wx / list.h
index 75c3c01cbb92b1a8eb77777f6f9518725ff43d2f..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