summaryrefslogtreecommitdiff
path: root/idlc/inc/astinterface.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astinterface.hxx')
-rw-r--r--idlc/inc/astinterface.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astinterface.hxx b/idlc/inc/astinterface.hxx
index caabbe669f11..1f789a304b35 100644
--- a/idlc/inc/astinterface.hxx
+++ b/idlc/inc/astinterface.hxx
@@ -49,7 +49,7 @@ public:
AstInterface(
const OString& name, AstInterface const * pInherits,
AstScope* pScope);
- virtual ~AstInterface();
+ virtual ~AstInterface() override;
InheritedInterfaces const & getAllInheritedInterfaces() const
{ return m_inheritedInterfaces; }