mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Qbs: fix build clang, mingw
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user