]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/font.cpp
DP: Just came back from 3 days fishing and found that forget to commit some
[wxWidgets.git] / src / gtk1 / font.cpp
index ad4f5e96544aeade8ad59dc757b22f7e0532ce8d..a048a12227d0426ac0dedd564f2f3ed7a7040707 100644 (file)
@@ -255,7 +255,7 @@ static GdkFont *wxLoadQueryNearestFont(int point_size, int fontid,
                                           int style, int weight, 
                                           bool underlined);
 
-GdkFont *wxFont::GetInternalFont(float scale)
+GdkFont *wxFont::GetInternalFont(float scale) const
 {
   if (M_FONTDATA->m_byXFontName) return M_FONTDATA->m_font;