--- queensgui/src/queens.cpp 2007/07/19 23:44:01 4 +++ queensgui/src/queens.cpp 2007/07/20 01:22:53 5 @@ -48,17 +48,21 @@ if (m_blocked == true) return false; for (int col=0; colsetMatrix(row,col,true); - if (row == (m_size-1) ) { + if (row == (m_size-1) ) + { if (!findAll) return true; - else { + else + { m_solutions->addSolution( m_solution->copy() ); m_parent->foundSolution(); }