summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/type/qabstractnodetest_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/type/qabstractnodetest_p.h')
-rw-r--r--src/xmlpatterns/type/qabstractnodetest_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmlpatterns/type/qabstractnodetest_p.h b/src/xmlpatterns/type/qabstractnodetest_p.h
index 80e1914..00abee9 100644
--- a/src/xmlpatterns/type/qabstractnodetest_p.h
+++ b/src/xmlpatterns/type/qabstractnodetest_p.h
@@ -67,9 +67,9 @@ namespace QPatternist
public:
AbstractNodeTest(const ItemType::Ptr &primaryType);
- virtual bool xdtTypeMatches(const ItemType::Ptr &other) const;
- virtual ItemType::Ptr xdtSuperType() const;
- virtual ItemType::Ptr atomizedType() const;
+ bool xdtTypeMatches(const ItemType::Ptr &other) const override;
+ ItemType::Ptr xdtSuperType() const override;
+ ItemType::Ptr atomizedType() const override;
protected:
const ItemType::Ptr m_primaryType;