summaryrefslogtreecommitdiff
path: root/idlc/inc/astconstants.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astconstants.hxx')
-rw-r--r--idlc/inc/astconstants.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astconstants.hxx b/idlc/inc/astconstants.hxx
index f3f7f3bed2d1..fb990f92dda8 100644
--- a/idlc/inc/astconstants.hxx
+++ b/idlc/inc/astconstants.hxx
@@ -27,7 +27,7 @@ public:
AstConstants(const OString& name, AstScope* pScope)
: AstModule(NT_constants, name, pScope)
{}
- virtual ~AstConstants() {}
+ virtual ~AstConstants() override {}
};
#endif // INCLUDED_IDLC_INC_ASTCONSTANTS_HXX