]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/module.cpp
1. a couple of compilation warnings fixed (strconv/listctrl)
[wxWidgets.git] / src / common / module.cpp
index 5a65c70b940e411664d506e19ed5f185de2f2eaf..f1d0bebed748271964c2af7a3f90eb2601d75392 100644 (file)
 #include "wx/hash.h"
 #include "wx/listimpl.cpp"
 
 #include "wx/hash.h"
 #include "wx/listimpl.cpp"
 
+#ifdef __SALFORDC__
+void wxwxModuleListNode::DeleteData()
+{
+    delete (_WX_LIST_ITEM_TYPE_wxModuleList *)GetData();
+}
+#else
 WX_DEFINE_LIST(wxModuleList);
 WX_DEFINE_LIST(wxModuleList);
+#endif
 
 IMPLEMENT_CLASS(wxModule, wxObject)
 
 
 IMPLEMENT_CLASS(wxModule, wxObject)