[bug] builder crash

This commit is contained in:
Oleg Korshul
2018-05-17 16:56:10 +03:00
parent f4c112d523
commit 4079dea224

View File

@ -759,7 +759,7 @@ namespace NSDoctRenderer
if (!bIsEqual || bIsCheckSystemFonts)
{
NSFonts::IApplicationFonts* pApplicationF;
NSFonts::IApplicationFonts* pApplicationF = NSFonts::NSApplication::Create();
std::vector<std::wstring> strFontsW_Cur = pApplicationF->GetSetupFontFiles();
if (strFonts.size() != strFontsW_Cur.size())