--- queensgui/src/solutionhash.h 2007/07/19 22:26:42 2 +++ queensgui/src/solutionhash.h 2007/07/19 23:36:33 3 @@ -29,7 +29,7 @@ /** @author Torben Nielsen */ -class SolutionHash : public SolutionContainer +class ContainerHash : public SolutionContainer { private: static const int max_size = 256; @@ -44,9 +44,9 @@ int m_size; public: - SolutionHash(GUIUpdate* update); + ContainerHash(GUIUpdate* update); - ~SolutionHash(); + ~ContainerHash(); void uniqueSolutions(); int numSolutions(); int totalSolutions();