poppler/GlobalParams.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit c2146219d555cab277906daefd2589f9056f536c Author: Peter Breitenlohner <[email protected]> Date: Thu May 10 13:26:18 2012 +0200 Add missing function parameter diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc index 596d6ae..64d6133 100644 --- a/poppler/GlobalParams.cc +++ b/poppler/GlobalParams.cc @@ -33,6 +33,7 @@ // Copyright (C) 2012 Yi Yang <[email protected]> // Copyright (C) 2012 Adrian Johnson <[email protected]> // Copyright (C) 2012 Thomas Freitag <[email protected]> +// Copyright (C) 2012 Peter Breitenlohner <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git @@ -1421,7 +1422,8 @@ void GlobalParams::setupBaseFonts(char *dir) { GooString *GlobalParams::findSystemFontFile(GfxFont *font, SysFontType *type, - int *fontNum, GooString * /*substituteFontName*/) { + int *fontNum, GooString * /*substituteFontName*/, + GooString * /*base14Name*/) { SysFontInfo *fi; GooString *path; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
