From 943768ad437011756395b86958399992e6822604 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Wed, 14 May 2014 16:41:58 +0200 Subject: Added ArgumentCount parameter to FunctionBase template * constructDocument member method is provided with a FunctionBase::argument_array instance * improved argument validation in FunctionBase * this parameter was added to support FunctionBase as a base class for FunctionTransform --- src/function/read_xml_file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/function/read_xml_file.h') diff --git a/src/function/read_xml_file.h b/src/function/read_xml_file.h index 3636d18..423f0a2 100644 --- a/src/function/read_xml_file.h +++ b/src/function/read_xml_file.h @@ -5,7 +5,7 @@ namespace InputXSLT { -class FunctionReadXmlFile : public FunctionBase { +class FunctionReadXmlFile : public FunctionBase { public: using FunctionBase::FunctionBase; @@ -14,7 +14,7 @@ class FunctionReadXmlFile : public FunctionBase { xercesc::DOMDocument* constructDocument( const FilesystemContext&, - const boost::filesystem::path& + const FunctionBase::argument_array& ); }; -- cgit v1.2.3