--- TeXmacs-1.0.6.1-src/src/Typeset/Boxes/Modifier/change_boxes.cpp.gcc41 2006-05-12 17:43:03.000000000 +0200 +++ TeXmacs-1.0.6.1-src/src/Typeset/Boxes/Modifier/change_boxes.cpp 2006-05-12 17:43:27.000000000 +0200 @@ -326,7 +326,7 @@ struct textat_box_rep: public move_box_rep { textat_box_rep (path ip, box b, SI x, SI y): move_box_rep (ip, b, x, y, false, false) {} - gr_selections textat_box_rep::graphical_select (SI x, SI y, SI dist); + gr_selections graphical_select (SI x, SI y, SI dist); operator tree () { return tree (TUPLE, "textat", (tree) bs[0]); } };