]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/list.cpp
sockets work now an all platforms
[wxWidgets.git] / src / common / list.cpp
index c4c2e2078a9aeaa041f167eb01859d9bbf0088dd..f15ace4deff2be38dac5c573d02ea0a8adecf295 100644 (file)
@@ -145,7 +145,7 @@ int wxNodeBase::IndexOf() const
 // wxListBase
 // -----------------------------------------------------------------------------
 
-void wxListBase::Init(wxKeyType keyType = wxKEY_NONE)
+void wxListBase::Init(wxKeyType keyType)
 {
   m_nodeFirst =
   m_nodeLast = (wxNodeBase *) NULL;