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.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/function/read_file.cc b/src/function/read_file.cc
index 79e321d..22e96d7 100644
--- a/src/function/read_file.cc
+++ b/src/function/read_file.cc
@@ -26,9 +26,8 @@ namespace InputXSLT {
xercesc::DOMDocument* FunctionReadFile::constructDocument(
const FilesystemContext& fsContext,
- const FunctionBase::parameter_tuple& parameters
+ std::string rawPath
) {
- const std::string& rawPath = std::get<0>(parameters);
boost::filesystem::path filePath(fsContext.resolve(rawPath));
if ( !(boost::filesystem::exists(filePath) &&