LazReport: fix fclpdf export compiling with fpc trunk

git-svn-id: trunk@54083 -
This commit is contained in:
jesus 2017-02-03 17:25:32 +00:00
parent ac5b299301
commit 3262394459

View File

@ -372,7 +372,7 @@ end;
begin
if gTTFontCache.Count = 0 then
begin
gTTFontCache.BuildFontFacheIgnoresErrors:=true;
gTTFontCache.BuildFontCacheIgnoresErrors:=true;
CreateFontDirList;
gTTFontCache.BuildFontCache;
end;