summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/data/qatomicstring_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/data/qatomicstring_p.h')
-rw-r--r--src/xmlpatterns/data/qatomicstring_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmlpatterns/data/qatomicstring_p.h b/src/xmlpatterns/data/qatomicstring_p.h
index 82368db..1a16d12 100644
--- a/src/xmlpatterns/data/qatomicstring_p.h
+++ b/src/xmlpatterns/data/qatomicstring_p.h
@@ -95,14 +95,14 @@ namespace QPatternist
*
* @returns @c false if the contained string has a zero-length, otherwise @c true.
*/
- virtual bool evaluateEBV(const QExplicitlySharedDataPointer<DynamicContext> &) const;
+ bool evaluateEBV(const QExplicitlySharedDataPointer<DynamicContext> &) const override;
/**
* The string value of a AtomicString instance is the value space.
*/
- virtual QString stringValue() const;
+ QString stringValue() const override;
- virtual ItemType::Ptr type() const;
+ ItemType::Ptr type() const override;
protected:
friend class StringComparator;