fixed: compile error in item.h (in CacheFunctions)
fixed: Pattern::ClearCache() was missing git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@973 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -164,7 +164,10 @@ Item::~Item()
|
||||
void Item::ClearCache()
|
||||
{
|
||||
for(size_t f = 0; f < functions.size() ; ++f)
|
||||
functions[f].fun_cache = 0;
|
||||
{
|
||||
functions[f].fun_cache = 0;
|
||||
functions[f].item_block = 0;
|
||||
}
|
||||
|
||||
for(size_t i = 0; i < item_tab.size() ; ++i)
|
||||
item_tab[i]->ClearCache();
|
||||
|
Reference in New Issue
Block a user