mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
fix typo in CollectReferencesAction (processNames -> processName)
This commit is contained in:
parent
10eee6ee30
commit
a7df99552f
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ public class CVisitor {
|
||||||
kind = KIND_OBJ_FN;
|
kind = KIND_OBJ_FN;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int processNames( IASTName name ){
|
public int processName( IASTName name ){
|
||||||
ASTNodeProperty prop = name.getPropertyInParent();
|
ASTNodeProperty prop = name.getPropertyInParent();
|
||||||
switch( kind ){
|
switch( kind ){
|
||||||
case KIND_LABEL:
|
case KIND_LABEL:
|
||||||
|
|
Loading…
Add table
Reference in a new issue