mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix typo
This commit is contained in:
parent
a924a2953c
commit
a435c99411
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public abstract class AbstractCPPLanguage extends AbstractLanguage {
|
|||
* @return an instance of IScanner
|
||||
*/
|
||||
protected IScanner createScanner(CodeReader reader, IScannerInfo scanInfo, ICodeReaderFactory fileCreator, IParserLogService log) {
|
||||
return new DOMScanner(reader, scanInfo, ParserMode.COMPLETE_PARSE, ParserLanguage.C,
|
||||
return new DOMScanner(reader, scanInfo, ParserMode.COMPLETE_PARSE, ParserLanguage.CPP,
|
||||
log, getScannerExtensionConfiguration(), fileCreator);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue