summaryrefslogtreecommitdiff
path: root/idlc/inc/aststack.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/aststack.hxx')
-rw-r--r--idlc/inc/aststack.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/aststack.hxx b/idlc/inc/aststack.hxx
index c704e91f91b3..8793f918d52a 100644
--- a/idlc/inc/aststack.hxx
+++ b/idlc/inc/aststack.hxx
@@ -23,11 +23,11 @@
class AstScope;
-class AstStack
+class AstStack final
{
public:
AstStack();
- virtual ~AstStack();
+ ~AstStack();
sal_uInt32 depth() { return m_top;}
AstScope* top();