fixed: index templates and 'change' templates were not cleared when 'reload' function was called

so wrong indexes have been assigned


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@759 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-08-27 03:12:33 +00:00
parent 4f114ea33c
commit b984475e49
7 changed files with 57 additions and 24 deletions

View File

@@ -76,3 +76,10 @@ Tab::iterator next;
i = next;
}
}
void IndexPatterns::Clear()
{
tab.clear();
}