1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

for bug 60422 : set the starting offets for ASTTemplateDeclaration

This commit is contained in:
Andrew Niefer 2004-04-29 15:23:29 +00:00
parent 27f77d460a
commit 62db27f4d2

View file

@ -2793,7 +2793,7 @@ public class CompleteParseASTFactory extends BaseASTFactory implements IASTFacto
}
ASTTemplateDeclaration ast = new ASTTemplateDeclaration( template, scope, templateParameters);
ast.setStartingOffsetAndLineNumber( startingOffset, startingLine );
attachSymbolExtension( template, ast, false );
return ast;