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:
parent
f1060ced59
commit
11b459b820
1 changed files with 5 additions and 0 deletions
|
@ -259,6 +259,11 @@ public abstract class StandaloneIndexer {
|
|||
return fMapper;
|
||||
}
|
||||
|
||||
|
||||
public void setLanguageMapper(ILanguageMapper mapper) {
|
||||
fMapper = mapper;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the logger.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue