]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/list.cpp
Default border style for a control on PPC/Smartphone is wxBORDER_SIMPLE
[wxWidgets.git] / src / common / list.cpp
index 337a8db96306d668058e5659c6dfa72e2ccb3df2..28f4148c7b17d53976b4a2298a9b2fee98b625ba 100644 (file)
@@ -760,7 +760,11 @@ wxNode *wxStringList::Prepend(const wxChar *s)
 
     #include <wx/listimpl.cpp>
     WX_DEFINE_LIST(wxObjectList);
-    WX_DEFINE_LIST(wxStringListBase);
+
+// with wxUSE_STL wxStringList contains wxString objects, not pointers
+void wxStringListBase::DeleteFunction( const wxString WXUNUSED(X) )
+{
+}
 
 #endif // !wxUSE_STL