mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
fix to StandaloneIndexerInputAdapter, wrong method being called
This commit is contained in:
parent
935b16e82c
commit
db482bf78c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class StandaloneIndexerInputAdapter extends IndexerInputAdapter {
|
|||
|
||||
@Override
|
||||
public IScannerInfo getBuildConfiguration(int linkageID, Object tu) {
|
||||
return fIndexer.getScannerInfo();
|
||||
return fIndexer.getScannerInfo((String)tu);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue