* Remove all Operation's pointers because they are dereferenced when an element of operation's vector is suppressed : so group delete works !!! (whouhou).

This commit is contained in:
2010-10-03 20:31:06 +02:00
parent 6e0b51c9fe
commit 5245ec2623
6 changed files with 170 additions and 148 deletions

View File

@@ -263,7 +263,7 @@ void KissCount::GenerateMonth(int monthFrom, int yearFrom, int monthTo, int year
it2++)
if (it2->id == it->parent)
{
it2->childs.push_back(&(*it));
it2->childs.push_back(it->id);
break;
}
}