summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/environment/qstaticcurrentcontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/environment/qstaticcurrentcontext_p.h')
-rw-r--r--src/xmlpatterns/environment/qstaticcurrentcontext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/environment/qstaticcurrentcontext_p.h b/src/xmlpatterns/environment/qstaticcurrentcontext_p.h
index 5e45483..fcea6f3 100644
--- a/src/xmlpatterns/environment/qstaticcurrentcontext_p.h
+++ b/src/xmlpatterns/environment/qstaticcurrentcontext_p.h
@@ -72,7 +72,7 @@ namespace QPatternist
/**
* @returns the type passed in the constructor.
*/
- virtual ItemType::Ptr currentItemType() const;
+ ItemType::Ptr currentItemType() const override;
private:
const ItemType::Ptr m_currentItemType;