1
0
Fork 0

Fix a comment.

This commit is contained in:
Max Neunhoeffer 2014-11-28 13:33:15 +01:00
parent 0445b547be
commit 877b1d6df9
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ void AggregatorGroup::reset () {
delete (*it);
}
groupBlocks.clear();
groupValues[0].erase(); // FIXMEFIXME warum nur 0???
groupValues[0].erase(); // only need to erase [0], because we have
// only copies of references anyway
}
void AggregatorGroup::addValues (AqlItemBlock const* src,