summaryrefslogtreecommitdiff
path: root/idlc/inc/astmember.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astmember.hxx')
-rw-r--r--idlc/inc/astmember.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astmember.hxx b/idlc/inc/astmember.hxx
index d01dbde7922c..0563eb8c7971 100644
--- a/idlc/inc/astmember.hxx
+++ b/idlc/inc/astmember.hxx
@@ -31,7 +31,7 @@ public:
AstType const * pType, OString const & name, AstScope * pScope):
AstDeclaration(NT_member, name, pScope), m_pType(pType) {}
- virtual ~AstMember() {}
+ virtual ~AstMember() override {}
AstType const * getType() const { return m_pType; }