summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/type/quntyped_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/type/quntyped_p.h')
-rw-r--r--src/xmlpatterns/type/quntyped_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/type/quntyped_p.h b/src/xmlpatterns/type/quntyped_p.h
index 7df2876..e48bc1e 100644
--- a/src/xmlpatterns/type/quntyped_p.h
+++ b/src/xmlpatterns/type/quntyped_p.h
@@ -75,9 +75,9 @@ namespace QPatternist
/**
* @returns always BuiltinTypes::xsAnyType.
*/
- virtual SchemaType::Ptr wxsSuperType() const;
+ SchemaType::Ptr wxsSuperType() const override;
- virtual QXmlName name(const NamePool::Ptr &np) const;
+ QXmlName name(const NamePool::Ptr &np) const override;
/**
* @returns always <tt>xs:untypedAtomic</tt>
@@ -87,12 +87,12 @@ namespace QPatternist
/**
* @returns always SchemaType::ComplexType
*/
- virtual TypeCategory category() const;
+ TypeCategory category() const override;
/**
* @returns always NoDerivation
*/
- virtual DerivationMethod derivationMethod() const;
+ DerivationMethod derivationMethod() const override;
protected:
friend class BuiltinTypes;