diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:09 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:09 +0200 |
commit | 110fc5dee14fc7988f631a158e50d283446aba7a (patch) | |
tree | 7c19dfd3bdb8c4636409ec80a38c70499ac006db /lib/xml_base.h | |
parent | 5.14 (diff) | |
download | FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.tar.gz FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.tar.bz2 FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.zip |
5.15
Diffstat (limited to 'lib/xml_base.h')
-rw-r--r-- | lib/xml_base.h | 2 |
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 |