diff options
Diffstat (limited to 'idlc/inc/astscope.hxx')
-rw-r--r-- | idlc/inc/astscope.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astscope.hxx b/idlc/inc/astscope.hxx index e241f49407b9..3ce546a087ac 100644 --- a/idlc/inc/astscope.hxx +++ b/idlc/inc/astscope.hxx @@ -54,7 +54,7 @@ public: // Look up a predefined type by its ExprType AstDeclaration* lookupPrimitiveType(ExprType type); - AstDeclaration* lookupForAdd(AstDeclaration* pDecl); + AstDeclaration* lookupForAdd(AstDeclaration const * pDecl); protected: AstDeclaration const * getLast() const |