summaryrefslogtreecommitdiff
path: root/idlc/inc/astobserves.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astobserves.hxx')
-rw-r--r--idlc/inc/astobserves.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astobserves.hxx b/idlc/inc/astobserves.hxx
index c7760096a095..8e4c404eb122 100644
--- a/idlc/inc/astobserves.hxx
+++ b/idlc/inc/astobserves.hxx
@@ -28,7 +28,7 @@ public:
: AstDeclaration(NT_observes, name, pScope)
, m_pRealInterface(pRealInterface)
{}
- virtual ~AstObserves() {}
+ virtual ~AstObserves() override {}
AstInterface* getRealInterface()
{ return m_pRealInterface; }