summaryrefslogtreecommitdiff
path: root/idlc/inc/aststruct.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/aststruct.hxx')
-rw-r--r--idlc/inc/aststruct.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/aststruct.hxx b/idlc/inc/aststruct.hxx
index 280f23165d43..083cd30018f1 100644
--- a/idlc/inc/aststruct.hxx
+++ b/idlc/inc/aststruct.hxx
@@ -38,7 +38,7 @@ public:
const OString& name,
AstStruct const* pBaseType,
AstScope* pScope);
- virtual ~AstStruct();
+ virtual ~AstStruct() override;
DeclList::size_type getTypeParameterCount() const
{ return m_typeParameters.size(); }