From 79774231800630ea497f8a90dc18993dff8fbb6b Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Sat, 20 Feb 2010 23:39:38 +0000 Subject: [PATCH] fixed warning --- include/XSLT/impl/xslt_functions.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/XSLT/impl/xslt_functions.hpp b/include/XSLT/impl/xslt_functions.hpp index 03981a55..90878252 100644 --- a/include/XSLT/impl/xslt_functions.hpp +++ b/include/XSLT/impl/xslt_functions.hpp @@ -253,8 +253,8 @@ public: } // UndefinedFunction protected: - virtual bool doEvaluate(const DOM::Node& context, - const Arabica::XPath::ExecutionContext& executionContext) const + virtual bool doEvaluate(const DOM::Node&, + const Arabica::XPath::ExecutionContext&) const { throw Arabica::XPath::UndefinedFunctionException(error_); } // doEvaluate