1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-23 02:18:12 +00:00
parent 6281a85b7b
commit 8037e2ff5e

View file

@ -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();