*** gtkmm-2.2.11/gtk/gtkmm/treepath-old.h Thu Apr 29 12:08:10 2004 --- gtkmm-2.2.11/gtk/gtkmm/treepath.h Thu Apr 29 11:34:34 2004 *************** *** 294,300 **** { // push_back() can't throw -- if it could, this code wouldn't be strongly exception-safe. for(; pbegin != pend; ++pbegin) ! this->push_back(*begin); } template inline --- 294,300 ---- { // push_back() can't throw -- if it could, this code wouldn't be strongly exception-safe. for(; pbegin != pend; ++pbegin) ! this->push_back(*pbegin); } template inline