mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Cosmetics.
This commit is contained in:
parent
6281a85b7b
commit
8037e2ff5e
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ public class CPPVisitor extends ASTQueries {
|
|||
if (ns[ns.length - 1] != name)
|
||||
return binding;
|
||||
|
||||
if (ns.length > 1 && ns[ns.length-2].getBinding() instanceof IProblemBinding)
|
||||
if (ns.length > 1 && ns[ns.length - 2].getBinding() instanceof IProblemBinding)
|
||||
return binding;
|
||||
|
||||
parent = parent.getParent();
|
||||
|
|
Loading…
Add table
Reference in a new issue