diff options
Diffstat (limited to 'idlc/inc/astobserves.hxx')
-rw-r--r-- | idlc/inc/astobserves.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astobserves.hxx b/idlc/inc/astobserves.hxx index 0607dc113b13..54da873b5631 100644 --- a/idlc/inc/astobserves.hxx +++ b/idlc/inc/astobserves.hxx @@ -21,7 +21,7 @@ #include "astinterface.hxx" -class AstObserves : public AstDeclaration +class AstObserves final : public AstDeclaration { public: AstObserves(AstInterface* pRealInterface, const OString& name, AstScope* pScope) |