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 c1d6100..723865e 100644
--- a/src/function/write_file.h
+++ b/src/function/write_file.h
@@ -19,7 +19,7 @@ class FunctionWriteFile : public FunctionBase<
DomDocumentCache::document_ptr constructDocument(
boost::filesystem::path,
xalan::XalanNode* const
- );
+ ) const;
};