--- queensgui/src/solution.h 2010/04/23 05:57:28 655 +++ queensgui/src/solution.h 2010/04/23 07:36:31 657 @@ -46,7 +46,15 @@ - bool operator ==(const Solution& sol); + //bool operator ==(const Solution& sol); + bool operator ==(const Solution& s) + { + //const Solution& sol = dynamic_cast(s); + for (int i=0; i