aboutsummaryrefslogtreecommitdiff
path: root/src/function/read_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/read_file.cc')
-rw-r--r--src/function/read_file.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/function/read_file.cc b/src/function/read_file.cc
index 8e14f41..5ded1ac 100644
--- a/src/function/read_file.cc
+++ b/src/function/read_file.cc
@@ -26,10 +26,10 @@ namespace InputXSLT {
xercesc::DOMDocument* FunctionReadFile::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(