summaryrefslogtreecommitdiff
path: root/idlc/inc/astexception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astexception.hxx')
-rw-r--r--idlc/inc/astexception.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astexception.hxx b/idlc/inc/astexception.hxx
index b69f26f52ff9..12bb642c4004 100644
--- a/idlc/inc/astexception.hxx
+++ b/idlc/inc/astexception.hxx
@@ -24,7 +24,7 @@
class AstException : public AstStruct
{
public:
- AstException(const OString& name, AstException* pBaseType, AstScope* pScope)
+ AstException(const OString& name, AstException const * pBaseType, AstScope* pScope)
: AstStruct(NT_exception, name, pBaseType, pScope)
{}
};