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:
@@ -76,3 +76,10 @@ Tab::iterator next;
|
||||
i = next;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
void IndexPatterns::Clear()
|
||||
{
|
||||
tab.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user