Qbs: fix build clang, mingw

This commit is contained in:
Jakub Melka
2021-12-14 19:28:38 +01:00
parent 0a35c95aa7
commit 92f4055d05
34 changed files with 81 additions and 82 deletions

View File

@ -11466,7 +11466,7 @@ void PDFXFAEngineImpl::setDocument(const PDFModifiedDocument& document, PDFForm*
m_template = xfa::XFA_template::parse(document.firstChildElement("template"));
}
}
catch (PDFException)
catch (const PDFException&)
{
// Just clear once again - if some errorneous data
// were read, we want to clear them.