summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/data/qhexbinary_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/data/qhexbinary_p.h')
-rw-r--r--src/xmlpatterns/data/qhexbinary_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/data/qhexbinary_p.h b/src/xmlpatterns/data/qhexbinary_p.h
index e10845a..6583de3 100644
--- a/src/xmlpatterns/data/qhexbinary_p.h
+++ b/src/xmlpatterns/data/qhexbinary_p.h
@@ -74,8 +74,8 @@ namespace QPatternist
typedef AtomicValue::Ptr Ptr;
- virtual QString stringValue() const;
- virtual ItemType::Ptr type() const;
+ QString stringValue() const override;
+ ItemType::Ptr type() const override;
/**
* Creates a @c xs:hexBinary from the lexical representation @p value.