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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/function/write_file.h b/src/function/write_file.h
index 2260055..5fd9f3e 100644
--- a/src/function/write_file.h
+++ b/src/function/write_file.h
@@ -8,7 +8,7 @@ namespace InputXSLT {
class FunctionWriteFile : public FunctionBase<
FunctionWriteFile,
boost::filesystem::path,
- std::string
+ xalan::XalanNode*
> {
public:
using FunctionBase::FunctionBase;
@@ -18,7 +18,7 @@ class FunctionWriteFile : public FunctionBase<
xercesc::DOMDocument* constructDocument(
boost::filesystem::path,
- std::string
+ xalan::XalanNode* const
);
};