summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc.hxx')
-rw-r--r--idlc/inc/idlc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/idlc.hxx b/idlc/inc/idlc.hxx
index 468bec2ba26f..20665ba8dd50 100644
--- a/idlc/inc/idlc.hxx
+++ b/idlc/inc/idlc.hxx
@@ -37,11 +37,11 @@ class AstType;
class Options;
class ErrorHandler;
-class Idlc
+class Idlc final
{
public:
Idlc(Options* pOptions);
- virtual ~Idlc();
+ ~Idlc();
void init();