forked from qt-creator/qt-creator
		
	Added initializers to the formal arguments.
This commit is contained in:
		| @@ -426,7 +426,7 @@ bool CheckName::visit(ObjCMessageArgumentDeclarationAST *ast) | ||||
|         Argument *arg = control()->newArgument(ast->firstToken(), _name); | ||||
|         ast->argument = arg; | ||||
|         arg->setType(type); | ||||
|         arg->setInitializer(false); | ||||
|         arg->setInitializer(0); | ||||
|         _scope->enterSymbol(arg); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user