summaryrefslogtreecommitdiff
path: root/lib/xml_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xml_base.h')
-rw-r--r--lib/xml_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xml_base.h b/lib/xml_base.h
index 338f91f7..ceaf609b 100644
--- a/lib/xml_base.h
+++ b/lib/xml_base.h
@@ -36,7 +36,7 @@ private:
void saveXmlDocument(const zen::XmlDoc& doc, const Zstring& filename); //throw FfsXmlError
void loadXmlDocument(const Zstring& filename, zen::XmlDoc& doc); //throw FfsXmlError
-const std::wstring getErrorMessageFormatted(const zen::XmlIn& in);
+const std::wstring getErrorMessageFormatted(const std::vector<std::wstring>& failedElements);
}
#endif // XMLBASE_H_INCLUDED
bgstack15