]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/font.cpp
include wx/thread.h in debug build which is needed after last change
[wxWidgets.git] / src / gtk / font.cpp
index e355db0f1c7dbfe822772cb7d72fbefe8f0a5f30..11e7b20c644e18e6132feaad0097a991be110154 100644 (file)
@@ -201,7 +201,7 @@ void wxFontRefData::InitFromNative()
     PangoFontDescription *desc = m_nativeFontInfo.description;
 
     // init fields
-    m_faceName = wxGTK_CONV_BACK( pango_font_description_get_family( desc ) );
+    m_faceName = wxGTK_CONV_BACK_SYS(pango_font_description_get_family(desc));
 
     // Pango sometimes needs to have a size
     int pango_size = pango_font_description_get_size( desc );