summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/data/qsorttuple_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/data/qsorttuple_p.h')
-rw-r--r--src/xmlpatterns/data/qsorttuple_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmlpatterns/data/qsorttuple_p.h b/src/xmlpatterns/data/qsorttuple_p.h
index 4b9bfae8..1b246245 100644
--- a/src/xmlpatterns/data/qsorttuple_p.h
+++ b/src/xmlpatterns/data/qsorttuple_p.h
@@ -97,7 +97,7 @@ namespace QPatternist
* This function is sometimes called by Literal::description().
* This function simply returns "SortTuple".
*/
- virtual QString stringValue() const;
+ QString stringValue() const override;
/**
* @short Always asserts.
@@ -117,9 +117,9 @@ namespace QPatternist
/**
* @short Always asserts.
*/
- virtual bool hasError() const;
+ bool hasError() const override;
- virtual ItemType::Ptr type() const;
+ ItemType::Ptr type() const override;
inline const Item::Vector &sortKeys() const
{