From 2b760f0e7a072ea7a29cb7451ef9e60e6c4e1f05 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 12 Aug 2002 19:33:01 +0000 Subject: [PATCH] Fixed DSM git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls2.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/controls2.i b/wxPython/src/controls2.i index a4af34c4bc..37671c76bc 100644 --- a/wxPython/src/controls2.i +++ b/wxPython/src/controls2.i @@ -747,7 +747,7 @@ public: #ifdef __WXMSW__ return self; #else - return (wxWindow*)m_mainWin; + return (wxWindow*)self->m_mainWin; #endif } } -- 2.47.2