aboutsummaryrefslogtreecommitdiff
path: root/src/function/write_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/write_file.cc')
-rw-r--r--src/function/write_file.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/function/write_file.cc b/src/function/write_file.cc
index 70412d7..db9eea5 100644
--- a/src/function/write_file.cc
+++ b/src/function/write_file.cc
@@ -59,8 +59,9 @@ bool serializeNodeToFile(
namespace InputXSLT {
DomDocumentCache::document_ptr FunctionWriteFile::constructDocument(
- boost::filesystem::path filePath,
- xalan::XalanNode* const contentNode
+ const FilesystemContext&,
+ boost::filesystem::path filePath,
+ xalan::XalanNode* const contentNode
) const {
DomDocumentCache::document_ptr domDocument(
DomDocumentCache::createDocument("content")