mirror of
https://github.com/jezhiggins/arabica
synced 2025-02-06 20:46:18 +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
|
} // 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue