summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/functions/qxpath20corefunctions_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/functions/qxpath20corefunctions_p.h')
-rw-r--r--src/xmlpatterns/functions/qxpath20corefunctions_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xmlpatterns/functions/qxpath20corefunctions_p.h b/src/xmlpatterns/functions/qxpath20corefunctions_p.h
index 2a78a7c..91d87f2 100644
--- a/src/xmlpatterns/functions/qxpath20corefunctions_p.h
+++ b/src/xmlpatterns/functions/qxpath20corefunctions_p.h
@@ -76,12 +76,12 @@ namespace QPatternist
class XPath20CoreFunctions : public AbstractFunctionFactory
{
protected:
- virtual Expression::Ptr retrieveExpression(const QXmlName name,
- const Expression::List &args,
- const FunctionSignature::Ptr &sign) const;
+ Expression::Ptr retrieveExpression(const QXmlName name,
+ const Expression::List &args,
+ const FunctionSignature::Ptr &sign) const override;
- virtual FunctionSignature::Ptr retrieveFunctionSignature(const NamePool::Ptr &np,
- const QXmlName name);
+ FunctionSignature::Ptr retrieveFunctionSignature(const NamePool::Ptr &np,
+ const QXmlName name) override;
};
}