summaryrefslogtreecommitdiff
path: root/idlc/inc/astexception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astexception.hxx')
-rw-r--r--idlc/inc/astexception.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astexception.hxx b/idlc/inc/astexception.hxx
index 39b01afe60e6..70c1ffc9c706 100644
--- a/idlc/inc/astexception.hxx
+++ b/idlc/inc/astexception.hxx
@@ -21,7 +21,7 @@
#include "aststruct.hxx"
-class AstException : public AstStruct
+class AstException final : public AstStruct
{
public:
AstException(const OString& name, AstException const * pBaseType, AstScope* pScope)