From a1c91f4695e208d5a8f80dc37b1818169b7829ff Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:24:59 +0200 Subject: 5.17 --- lib/xml_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/xml_base.h') diff --git a/lib/xml_base.h b/lib/xml_base.h index ceaf609b..85d4dfa1 100644 --- a/lib/xml_base.h +++ b/lib/xml_base.h @@ -11,7 +11,7 @@ #include #include -//bind zenxml and zen file handling together +//bind zen::Xml and zen file handling together namespace xmlAccess { @@ -34,7 +34,7 @@ private: }; void saveXmlDocument(const zen::XmlDoc& doc, const Zstring& filename); //throw FfsXmlError -void loadXmlDocument(const Zstring& filename, zen::XmlDoc& doc); //throw FfsXmlError +zen::XmlDoc loadXmlDocument(const Zstring& filename); //throw FfsXmlError const std::wstring getErrorMessageFormatted(const std::vector& failedElements); } -- cgit