--- queensgui/src/solutionmnvector.cpp 2007/07/19 22:26:42 2 +++ queensgui/src/containermnvector.cpp 2007/07/19 23:44:01 4 @@ -17,19 +17,19 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include "solutionmnvector.h" +#include "containermnvector.h" -SolutionMNVector::SolutionMNVector(GUIUpdate* update) - : SolutionVector(update) +ContainerMNVector::ContainerMNVector(GUIUpdate* update) + : ContainerVector(update) { } -SolutionMNVector::~SolutionMNVector() +ContainerMNVector::~ContainerMNVector() { } -void SolutionMNVector::uniqueSolutions() +void ContainerMNVector::uniqueSolutions() { std::vector buf; buf.reserve(solutions.size() / 10);