aboutsummaryrefslogtreecommitdiff
path: root/src/function/read_xml_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/read_xml_file.cc')
-rw-r--r--src/function/read_xml_file.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/function/read_xml_file.cc b/src/function/read_xml_file.cc
index 71ba819..b3bf3de 100644
--- a/src/function/read_xml_file.cc
+++ b/src/function/read_xml_file.cc
@@ -34,8 +34,10 @@ namespace InputXSLT {
xercesc::DOMDocument* FunctionReadXmlFile::constructDocument(
const FilesystemContext&,
- const boost::filesystem::path& filePath
+ const FunctionBase::argument_array& arguments
) {
+ const boost::filesystem::path& filePath = arguments[0];
+
xercesc::DOMDocument* const domDocument(
xercesc::DOMImplementation::getImplementation()->createDocument(
nullptr,