mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
fixed warning
This commit is contained in:
parent
bd9052e486
commit
7977423180
1 changed files with 2 additions and 2 deletions
|
@ -253,8 +253,8 @@ public:
|
|||
} // UndefinedFunction
|
||||
|
||||
protected:
|
||||
virtual bool doEvaluate(const DOM::Node<std::string>& context,
|
||||
const Arabica::XPath::ExecutionContext<std::string>& executionContext) const
|
||||
virtual bool doEvaluate(const DOM::Node<std::string>&,
|
||||
const Arabica::XPath::ExecutionContext<std::string>&) const
|
||||
{
|
||||
throw Arabica::XPath::UndefinedFunctionException(error_);
|
||||
} // doEvaluate
|
||||
|
|
Loading…
Add table
Reference in a new issue