mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Cosmetics.
This commit is contained in:
parent
13ab9fa3c4
commit
860489475c
2 changed files with 255 additions and 255 deletions
|
@ -3752,7 +3752,7 @@ public class CPPSemantics {
|
|||
return false;
|
||||
}
|
||||
|
||||
static protected IBinding resolveUnknownName(IScope scope, ICPPUnknownBinding unknown) {
|
||||
protected static IBinding resolveUnknownName(IScope scope, ICPPUnknownBinding unknown) {
|
||||
final IASTName unknownName = unknown.getUnknownName();
|
||||
LookupData data = new LookupData(unknownName);
|
||||
data.checkPointOfDecl= false;
|
||||
|
|
Loading…
Add table
Reference in a new issue