summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/schema/qxsdtypechecker_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/schema/qxsdtypechecker_p.h')
-rw-r--r--src/xmlpatterns/schema/qxsdtypechecker_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/schema/qxsdtypechecker_p.h b/src/xmlpatterns/schema/qxsdtypechecker_p.h
index 3fd6efa9..9dcbf6f6 100644
--- a/src/xmlpatterns/schema/qxsdtypechecker_p.h
+++ b/src/xmlpatterns/schema/qxsdtypechecker_p.h
@@ -73,8 +73,8 @@ namespace QPatternist
public:
XsdSchemaSourceLocationReflection(const QSourceLocation &location);
- virtual const SourceLocationReflection *actualReflection() const;
- virtual QSourceLocation sourceLocation() const;
+ const SourceLocationReflection *actualReflection() const override;
+ QSourceLocation sourceLocation() const override;
private:
const QSourceLocation m_sourceLocation;