git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19034
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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
}
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
}