1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Bug 270160 - need StandaloneIndexer.setLanguageMapper()

This commit is contained in:
Mike Kucera 2009-03-26 18:18:55 +00:00
parent f1060ced59
commit 11b459b820

View file

@ -259,6 +259,11 @@ public abstract class StandaloneIndexer {
return fMapper;
}
public void setLanguageMapper(ILanguageMapper mapper) {
fMapper = mapper;
}
/**
* Returns the logger.
*/