]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed DSM
authorRobin Dunn <robin@alldunn.com>
Mon, 12 Aug 2002 19:33:01 +0000 (19:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 12 Aug 2002 19:33:01 +0000 (19:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/controls2.i

index a4af34c4bc808bdec25684ec20690949e8f27de2..37671c76bc7f04704aa69035dc47f2a9d707c7cb 100644 (file)
@@ -747,7 +747,7 @@ public:
         #ifdef __WXMSW__
             return self;
         #else
-            return (wxWindow*)m_mainWin;
+            return (wxWindow*)self->m_mainWin;
         #endif
         }
     }