aboutsummaryrefslogtreecommitdiff
path: root/src/function/transform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/transform.h')
-rw-r--r--src/function/transform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/function/transform.h b/src/function/transform.h
index 810738e..b841750 100644
--- a/src/function/transform.h
+++ b/src/function/transform.h
@@ -19,7 +19,9 @@ class FunctionTransform : public FunctionBase<
xercesc::DOMDocument* constructDocument(
const FilesystemContext&,
- const FunctionBase::parameter_tuple&
+ std::string,
+ std::string,
+ xalan::XObjectPtr
);
};