summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/data/qderivedstring_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/data/qderivedstring_p.h')
-rw-r--r--src/xmlpatterns/data/qderivedstring_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmlpatterns/data/qderivedstring_p.h b/src/xmlpatterns/data/qderivedstring_p.h
index b37e77e..dea83d2 100644
--- a/src/xmlpatterns/data/qderivedstring_p.h
+++ b/src/xmlpatterns/data/qderivedstring_p.h
@@ -310,17 +310,17 @@ namespace QPatternist
}
}
- virtual QString stringValue() const
+ QString stringValue() const override
{
return m_value;
}
- virtual bool evaluateEBV(const QExplicitlySharedDataPointer<DynamicContext> &) const
+ bool evaluateEBV(const QExplicitlySharedDataPointer<DynamicContext> &) const override
{
return m_value.length() > 0;
}
- virtual ItemType::Ptr type() const
+ ItemType::Ptr type() const override
{
return itemType();
}