forked from qt-creator/qt-creator
		
	Renamed the CompoundExpressionAST::compoundStatement.
This commit is contained in:
		| @@ -436,8 +436,8 @@ unsigned CompoundExpressionAST::lastToken() const | ||||
| { | ||||
|     if (rparen_token) | ||||
|         return rparen_token + 1; | ||||
|     else if (compoundStatement) | ||||
|         return compoundStatement->lastToken(); | ||||
|     else if (statement) | ||||
|         return statement->lastToken(); | ||||
|     else | ||||
|         return lparen_token + 1; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user