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
This commit is contained in:
Vadim Zeitlin
2011-10-12 18:08:46 +00:00
parent 8938c6ca91
commit 7364317521

View File

@@ -330,7 +330,7 @@ void wxTopLevelWindowGTK::GTKHandleRealized()
SetIcons(icons); SetIcons(icons);
if (HasFlag(wxFRAME_SHAPED)) 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
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------