fix missing cast, sf bug 1832866

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-11-16 09:03:27 +00:00
parent 9c7c7b18de
commit f8be834d3d

View File

@@ -4005,7 +4005,7 @@ void wxWindowGTK::ApplyWidgetStyle(bool forceStyle)
void wxWindowGTK::DoApplyWidgetStyle(GtkRcStyle *style)
{
wxSuspendStyleEvents s(this);
wxSuspendStyleEvents s((wxWindow *)this);
if (m_wxwindow)
gtk_widget_modify_style(m_wxwindow, style);