summaryrefslogtreecommitdiff
path: root/idlc/inc/asttype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/asttype.hxx')
-rw-r--r--idlc/inc/asttype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/asttype.hxx b/idlc/inc/asttype.hxx
index 67f8d4d075ee..083bd3b42184 100644
--- a/idlc/inc/asttype.hxx
+++ b/idlc/inc/asttype.hxx
@@ -28,7 +28,7 @@ public:
: AstDeclaration(type, name, pScope)
{}
- virtual ~AstType() {}
+ virtual ~AstType() override {}
virtual bool isUnsigned() const { return false; }
};