build fixes for universal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3979,7 +3979,7 @@ void wxWindowGTK::ApplyWidgetStyle(bool forceStyle)
|
||||
|
||||
void wxWindowGTK::DoApplyWidgetStyle(GtkRcStyle *style)
|
||||
{
|
||||
wxSuspendStyleEvents s(this);
|
||||
wxSuspendStyleEvents s(static_cast<wxWindow*>(this));
|
||||
|
||||
if (m_wxwindow)
|
||||
gtk_widget_modify_style(m_wxwindow, style);
|
||||
|
Reference in New Issue
Block a user