1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

fixing 71588

This commit is contained in:
Andrew Niefer 2004-08-11 20:20:12 +00:00
parent 0bbf50fc98
commit c18839fd5b

View file

@ -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;