1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 01:05:38 +02:00

fix typo in CollectReferencesAction (processNames -> processName)

This commit is contained in:
Andrew Niefer 2005-01-28 19:45:30 +00:00
parent 10eee6ee30
commit a7df99552f

View file

@ -413,7 +413,7 @@ public class CVisitor {
kind = KIND_OBJ_FN;
}
public int processNames( IASTName name ){
public int processName( IASTName name ){
ASTNodeProperty prop = name.getPropertyInParent();
switch( kind ){
case KIND_LABEL: