summaryrefslogtreecommitdiff
path: root/idlc/inc/asttypedef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/asttypedef.hxx')
-rw-r--r--idlc/inc/asttypedef.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/asttypedef.hxx b/idlc/inc/asttypedef.hxx
index 2f9017200592..64eb14848d71 100644
--- a/idlc/inc/asttypedef.hxx
+++ b/idlc/inc/asttypedef.hxx
@@ -28,7 +28,7 @@ public:
AstType const * baseType, OString const & name, AstScope * scope):
AstType(NT_typedef, name, scope), m_pBaseType(baseType) {}
- virtual ~AstTypeDef() {}
+ virtual ~AstTypeDef() override {}
AstType const * getBaseType() const
{ return m_pBaseType; }