diff options
Diffstat (limited to 'idlc/inc/astoperation.hxx')
-rw-r--r-- | idlc/inc/astoperation.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astoperation.hxx b/idlc/inc/astoperation.hxx index a6aa2cffde1a..e3e0335c968e 100644 --- a/idlc/inc/astoperation.hxx +++ b/idlc/inc/astoperation.hxx @@ -26,7 +26,7 @@ namespace typereg { class Writer; } class AstType; -class AstOperation : public AstDeclaration +class AstOperation final : public AstDeclaration , public AstScope { public: |