summaryrefslogtreecommitdiff
path: root/idlc/inc/astoperation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astoperation.hxx')
-rw-r--r--idlc/inc/astoperation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astoperation.hxx b/idlc/inc/astoperation.hxx
index 5a5194f92605..85b12c8321d0 100644
--- a/idlc/inc/astoperation.hxx
+++ b/idlc/inc/astoperation.hxx
@@ -35,7 +35,7 @@ public:
, AstScope(NT_operation)
, m_pReturnType(pReturnType)
{}
- virtual ~AstOperation() {}
+ virtual ~AstOperation() override {}
bool isVariadic() const;