]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/msw/wx.cpp
Did splitting of wxEntry for wxMSW. Not nearly as complex as wxGTK
[wxWidgets.git] / utils / wxPython / src / msw / wx.cpp
index 778018e029c7eb10feb585a66e9ca8e00efd070e..63748f6506c825080a8e3da6f2fc6c4e763e573d 100644 (file)
@@ -615,7 +615,7 @@ PyObject *ptrfree(PyObject *_PTRVALUE) {
 
 
     void wxApp_CleanUp() {
-        wxApp::CleanUp();
+        __wxCleanup();
     }
 
 extern "C" SWIGEXPORT(void) initwindowsc();