From d86e6b6162017976e50a4632df10bb286f448d96 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 Nov 2011 21:09:52 +0000 Subject: (svn r23268) -Fix (r23267): compilation failed on Windows --- src/fontcache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fontcache.cpp') diff --git a/src/fontcache.cpp b/src/fontcache.cpp index 4cdd11132..ec63b1614 100644 --- a/src/fontcache.cpp +++ b/src/fontcache.cpp @@ -347,7 +347,7 @@ static int CALLBACK EnumFontCallback(const ENUMLOGFONTEX *logfont, const NEWTEXT if (!found) return 1; - callback->SetFontNames(info->settings, font_name); + info->callback->SetFontNames(info->settings, font_name); if (info->callback->FindMissingGlyphs(NULL)) return 1; DEBUG(freetype, 1, "Fallback font: %s (%s)", font_name, english_name); return 0; // stop enumerating -- cgit v1.2.3-54-g00ecf