Fix issue when closing potential template instantiation

This commit is contained in:
Peter Vingelmann 2016-09-15 21:12:46 +02:00
parent 1548f1d070
commit 5d24aeba9a

View File

@ -2639,7 +2639,6 @@ void ASBeautifier::parseCurrentLine(const string& line)
}
if (--templateDepth <= 0)
{
ch = ';';
isInTemplateInstantiation = false;
templateDepth = 0;
}