From 326239445978dba984bed7bbab2b9efb08d28c63 Mon Sep 17 00:00:00 2001 From: jesus Date: Fri, 3 Feb 2017 17:25:32 +0000 Subject: [PATCH] LazReport: fix fclpdf export compiling with fpc trunk git-svn-id: trunk@54083 - --- .../lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas b/components/lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas index b4f3c06c7e..4d26afcbd7 100644 --- a/components/lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas +++ b/components/lazreport/source/addons/lrFclPDFExport/lr_e_fclpdf.pas @@ -372,7 +372,7 @@ end; begin if gTTFontCache.Count = 0 then begin - gTTFontCache.BuildFontFacheIgnoresErrors:=true; + gTTFontCache.BuildFontCacheIgnoresErrors:=true; CreateFontDirList; gTTFontCache.BuildFontCache; end;