--- queensgui/src/solutionmatrix.h 2007/07/20 13:50:47 7 +++ queensgui/src/solutionmatrix.h 2007/07/20 16:58:04 8 @@ -40,7 +40,7 @@ Solution* copy(); bool operator==(const Solution& sol); - bool operator!=(const Solution& sol); + bool getMatrix(int x, int y); void setMatrix(int x, int y, bool val);