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.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/inc/astobserves.hxx b/idlc/inc/astobserves.hxx
index 8e4c404eb122..b779a7b81fbe 100644
--- a/idlc/inc/astobserves.hxx
+++ b/idlc/inc/astobserves.hxx
@@ -28,7 +28,6 @@ public:
: AstDeclaration(NT_observes, name, pScope)
, m_pRealInterface(pRealInterface)
{}
- virtual ~AstObserves() override {}
AstInterface* getRealInterface()
{ return m_pRealInterface; }