summaryrefslogtreecommitdiff
path: root/idlc/inc/astneeds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astneeds.hxx')
-rw-r--r--idlc/inc/astneeds.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/inc/astneeds.hxx b/idlc/inc/astneeds.hxx
index 0df77f2edd01..6b456b9da65f 100644
--- a/idlc/inc/astneeds.hxx
+++ b/idlc/inc/astneeds.hxx
@@ -28,7 +28,6 @@ public:
: AstDeclaration(NT_needs, name, pScope)
, m_pRealService(pRealService)
{}
- virtual ~AstNeeds() override {}
AstService* getRealService()
{ return m_pRealService; }