summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/data/qgmonthday_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/data/qgmonthday_p.h')
-rw-r--r--src/xmlpatterns/data/qgmonthday_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/data/qgmonthday_p.h b/src/xmlpatterns/data/qgmonthday_p.h
index a9d8891..5d9e198 100644
--- a/src/xmlpatterns/data/qgmonthday_p.h
+++ b/src/xmlpatterns/data/qgmonthday_p.h
@@ -73,9 +73,9 @@ namespace QPatternist
static GMonthDay::Ptr fromLexical(const QString &string);
static GMonthDay::Ptr fromDateTime(const QDateTime &dt);
- virtual ItemType::Ptr type() const;
+ ItemType::Ptr type() const override;
- virtual QString stringValue() const;
+ QString stringValue() const override;
protected:
friend class CommonValues;