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, 2 insertions, 2 deletions
diff --git a/src/function/read_xml_file.cc b/src/function/read_xml_file.cc
index 6e89701..5f1d47d 100644
--- a/src/function/read_xml_file.cc
+++ b/src/function/read_xml_file.cc
@@ -36,10 +36,10 @@ namespace InputXSLT {
xercesc::DOMDocument* FunctionReadXmlFile::constructDocument(
const FilesystemContext& fsContext,
- const FunctionBase::argument_tuple& arguments
+ const FunctionBase::parameter_tuple& parameters
) {
const boost::filesystem::path filePath(
- fsContext.resolve(std::get<0>(arguments))
+ fsContext.resolve(std::get<0>(parameters))
);
xercesc::DOMDocument* const domDocument(