1
0
Fork 0
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:
Mike Kucera 2008-07-21 15:47:16 +00:00
parent 935b16e82c
commit db482bf78c

View file

@ -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