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