From: Vadim Zeitlin Date: Wed, 12 Oct 2011 18:08:46 +0000 (+0000) Subject: And another compilation fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/73643175216dd134853903232cfe3624958f122b And another compilation fix. This time it really does compile. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/toplevel.cpp b/src/gtk/toplevel.cpp index 4d73a656d9..eed18cf06c 100644 --- a/src/gtk/toplevel.cpp +++ b/src/gtk/toplevel.cpp @@ -330,7 +330,7 @@ void wxTopLevelWindowGTK::GTKHandleRealized() SetIcons(icons); if (HasFlag(wxFRAME_SHAPED)) - SetShape(win->m_shape); // it will really set the window shape now + SetShape(m_shape); // it will really set the window shape now } //-----------------------------------------------------------------------------