diff options
Diffstat (limited to 'idlc/inc/astexception.hxx')
-rw-r--r-- | idlc/inc/astexception.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/idlc/inc/astexception.hxx b/idlc/inc/astexception.hxx index 70c1ffc9c706..6c2d549bc9a2 100644 --- a/idlc/inc/astexception.hxx +++ b/idlc/inc/astexception.hxx @@ -24,9 +24,10 @@ class AstException final : public AstStruct { public: - AstException(const OString& name, AstException const * pBaseType, AstScope* pScope) + AstException(const OString& name, AstException const* pBaseType, AstScope* pScope) : AstStruct(NT_exception, name, pBaseType, pScope) - {} + { + } }; #endif // INCLUDED_IDLC_INC_ASTEXCEPTION_HXX |