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:
@@ -4005,7 +4005,7 @@ void wxWindowGTK::ApplyWidgetStyle(bool forceStyle)
|
|||||||
|
|
||||||
void wxWindowGTK::DoApplyWidgetStyle(GtkRcStyle *style)
|
void wxWindowGTK::DoApplyWidgetStyle(GtkRcStyle *style)
|
||||||
{
|
{
|
||||||
wxSuspendStyleEvents s(this);
|
wxSuspendStyleEvents s((wxWindow *)this);
|
||||||
|
|
||||||
if (m_wxwindow)
|
if (m_wxwindow)
|
||||||
gtk_widget_modify_style(m_wxwindow, style);
|
gtk_widget_modify_style(m_wxwindow, style);
|
||||||
|
Reference in New Issue
Block a user