summaryrefslogtreecommitdiff
path: root/idlc/inc/astbasetype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astbasetype.hxx')
-rw-r--r--idlc/inc/astbasetype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astbasetype.hxx b/idlc/inc/astbasetype.hxx
index a7edf3d817b0..35d0cc1276d0 100644
--- a/idlc/inc/astbasetype.hxx
+++ b/idlc/inc/astbasetype.hxx
@@ -31,7 +31,7 @@ public:
, m_exprType(type)
{}
- virtual ~AstBaseType() {}
+ virtual ~AstBaseType() override {}
virtual bool isUnsigned() const override {
switch (m_exprType) {