* 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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user