summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/functions/qdatetimefns_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/functions/qdatetimefns_p.h')
-rw-r--r--src/xmlpatterns/functions/qdatetimefns_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/functions/qdatetimefns_p.h b/src/xmlpatterns/functions/qdatetimefns_p.h
index 3cb0326..71ff121 100644
--- a/src/xmlpatterns/functions/qdatetimefns_p.h
+++ b/src/xmlpatterns/functions/qdatetimefns_p.h
@@ -94,7 +94,7 @@ namespace QPatternist
* Takes care of the argument handling, and, if applicable,
* calls extract() with the value of the operand.
*/
- virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
+ Item evaluateSingleton(const DynamicContext::Ptr &context) const override;
};
/**
@@ -193,7 +193,7 @@ namespace QPatternist
* Takes care of the argument handling, and, if applicable,
* calls extract() with the value of the operand.
*/
- virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
+ Item evaluateSingleton(const DynamicContext::Ptr &context) const override;
};
/**