aboutsummaryrefslogtreecommitdiff
path: root/src/function/write_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/write_file.h')
-rw-r--r--src/function/write_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function/write_file.h b/src/function/write_file.h
index 5fd9f3e..c1d6100 100644
--- a/src/function/write_file.h
+++ b/src/function/write_file.h
@@ -16,7 +16,7 @@ class FunctionWriteFile : public FunctionBase<
protected:
friend FunctionBase;
- xercesc::DOMDocument* constructDocument(
+ DomDocumentCache::document_ptr constructDocument(
boost::filesystem::path,
xalan::XalanNode* const
);