mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +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;
|
return fMapper;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public void setLanguageMapper(ILanguageMapper mapper) {
|
||||||
|
fMapper = mapper;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the logger.
|
* Returns the logger.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue