--- queensgui/src/containervector.cpp 2007/07/25 19:29:51 14 +++ queensgui/src/containervector.cpp 2007/07/25 19:39:37 15 @@ -24,7 +24,7 @@ ContainerVector::ContainerVector(GUIUpdate* update) : SolutionContainer(update) { - total = -1; + total = 0; } @@ -94,6 +94,7 @@ void ContainerVector::addSolution(Solution* sol) { solutions.push_back( boost::shared_ptr(sol) ); + total++; } Solution* ContainerVector::solution(int index)