]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
marked dbkeyg.h as a wxBase file (fixes 685857)
[wxWidgets.git] / src / gtk / window.cpp
index a2c0ea57b252a82beb676c4a2d18340c30471ec7..acc7d12ca243f3efa74f6415124d6da12341e490 100644 (file)
@@ -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
     }