mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
fixing 71588
This commit is contained in:
parent
0bbf50fc98
commit
c18839fd5b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public class TemplateFactory extends ExtensibleSymbol implements ITemplateFactor
|
|||
symbols.remove( i-- );
|
||||
size--;
|
||||
} else if( templatesIdx < templatesSize ) {
|
||||
ITemplateSymbol template = (ITemplateSymbol) templates.get( templatesIdx-- );
|
||||
ITemplateSymbol template = (ITemplateSymbol) templates.get( templatesIdx++ );
|
||||
if( template.getParameterList().size() == 0 ){
|
||||
templateParamState = true;
|
||||
container = sym;
|
||||
|
|
Loading…
Add table
Reference in a new issue