]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wx.i
wxUniv compilation fixes (patch 559620)
[wxWidgets.git] / wxPython / src / wx.i
index 010621f4fa97666e0c7b07ebef69e5d2ee7148b6..6614275ff974cb226795b3406557162b36ec40c7 100644 (file)
@@ -12,7 +12,6 @@
 
 %module wx
 
-
 %{
 #include "helpers.h"
 %}
@@ -109,7 +108,7 @@ public:
 %inline %{
     wxPyApp* wxGetApp() {
         //return wxPythonApp;
-        return (wxPyApp*)wxGetApp();
+        return (wxPyApp*)wxTheApp;
     }
 %}