From 73643175216dd134853903232cfe3624958f122b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 12 Oct 2011 18:08:46 +0000 Subject: [PATCH] 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 --- src/gtk/toplevel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } //----------------------------------------------------------------------------- -- 2.50.0