fixed warning

This commit is contained in:
Jez Higgins 2010-02-20 23:39:38 +00:00
parent bd9052e486
commit 7977423180

View file

@ -253,8 +253,8 @@ public:
} // UndefinedFunction } // UndefinedFunction
protected: protected:
virtual bool doEvaluate(const DOM::Node<std::string>& context, virtual bool doEvaluate(const DOM::Node<std::string>&,
const Arabica::XPath::ExecutionContext<std::string>& executionContext) const const Arabica::XPath::ExecutionContext<std::string>&) const
{ {
throw Arabica::XPath::UndefinedFunctionException(error_); throw Arabica::XPath::UndefinedFunctionException(error_);
} // doEvaluate } // doEvaluate