summaryrefslogtreecommitdiff
path: root/idlc/inc/astmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astmodule.hxx')
-rw-r--r--idlc/inc/astmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astmodule.hxx b/idlc/inc/astmodule.hxx
index 770c11a856a9..6f41b2d7cabe 100644
--- a/idlc/inc/astmodule.hxx
+++ b/idlc/inc/astmodule.hxx
@@ -34,7 +34,7 @@ public:
: AstDeclaration(type, name, pScope)
, AstScope(type)
{}
- virtual ~AstModule() {}
+ virtual ~AstModule() override {}
virtual bool dump(RegistryKey& rKey) override;
};