diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index a2c0ea57b2..acc7d12ca2 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -4152,7 +4152,7 @@ void wxWindowGTK::SetWidgetStyle() pango_font_description_copy( m_font.GetNativeFontInfo()->description ); #else gdk_font_unref( style->font ); - style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) ) + style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) ); #endif } diff --git a/src/gtk1/window.cpp b/src/gtk1/window.cpp index a2c0ea57b2..acc7d12ca2 100644 --- a/src/gtk1/window.cpp +++ b/src/gtk1/window.cpp @@ -4152,7 +4152,7 @@ void wxWindowGTK::SetWidgetStyle() pango_font_description_copy( m_font.GetNativeFontInfo()->description ); #else gdk_font_unref( style->font ); - style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) ) + style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) ); #endif }