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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function/write_file.cc b/src/function/write_file.cc
index 3df9d78..06fdcfd 100644
--- a/src/function/write_file.cc
+++ b/src/function/write_file.cc
@@ -60,7 +60,7 @@ namespace InputXSLT {
DomDocumentCache::document_ptr FunctionWriteFile::constructDocument(
boost::filesystem::path filePath,
xalan::XalanNode* const contentNode
-) {
+) const {
DomDocumentCache::document_ptr domDocument(
DomDocumentCache::createDocument("content")
);