1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-04-17 01:27:00 +00:00
parent 048e36a160
commit 1dc9ba63a5

View file

@ -150,7 +150,7 @@ public class CPPASTNamespaceDefinition extends ASTNode
other.setPropertyInParent(child.getPropertyInParent());
fAllDeclarations[i] = (IASTDeclaration) other;
fActiveDeclarations= null;
return;
break;
}
}
}