From 5cc32e107915d818ca4ceb8f08441d3ec72ed86b Mon Sep 17 00:00:00 2001 From: Roberto Raggi <roberto.raggi@nokia.com> Date: Mon, 16 Aug 2010 11:04:40 +0200 Subject: [PATCH] Update the function's scope. --- src/shared/cplusplus/Bind.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/cplusplus/Bind.cpp b/src/shared/cplusplus/Bind.cpp index c85c1b6c345..89cdbf6ad43 100644 --- a/src/shared/cplusplus/Bind.cpp +++ b/src/shared/cplusplus/Bind.cpp @@ -1724,6 +1724,8 @@ bool Bind::visit(SimpleDeclarationAST *ast) setDeclSpecifiers(decl, type); if (Function *fun = decl->type()->asFunctionType()) { + fun->setScope(_scope); + setDeclSpecifiers(fun, type); if (declaratorId && declaratorId->name) fun->setName(declaratorId->name->name); // update the function name -- GitLab