From e7f9b4789d5b0971a14ac00c9bc834f7154ccb9f Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sat, 17 May 2014 13:56:59 +0200 Subject: Equalized parameter/argument naming pattern accross all external functions * names matter, from now on parameters to external functions will be called parameters uniformly instead of mixing arguments and parameters --- src/function/transform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/function/transform.h') diff --git a/src/function/transform.h b/src/function/transform.h index f010596..810738e 100644 --- a/src/function/transform.h +++ b/src/function/transform.h @@ -19,7 +19,7 @@ class FunctionTransform : public FunctionBase< xercesc::DOMDocument* constructDocument( const FilesystemContext&, - const FunctionBase::argument_tuple& + const FunctionBase::parameter_tuple& ); }; -- cgit v1.2.3