aboutsummaryrefslogtreecommitdiff
path: root/src/function/generate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/generate.cc')
-rw-r--r--src/function/generate.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/function/generate.cc b/src/function/generate.cc
index df5e65b..f9cd449 100644
--- a/src/function/generate.cc
+++ b/src/function/generate.cc
@@ -15,9 +15,10 @@
namespace InputXSLT {
DomDocumentCache::document_ptr FunctionGenerate::constructDocument(
- xalan::XSLTInputSource inputSource,
- xalan::XSLTInputSource transformationSource,
- boost::filesystem::path targetPath
+ const FilesystemContext&,
+ xalan::XSLTInputSource inputSource,
+ xalan::XSLTInputSource transformationSource,
+ boost::filesystem::path targetPath
) const {
DomDocumentCache::document_ptr domDocument(
DomDocumentCache::createDocument("content")