--- gvpe/src/iom.C 2004/11/12 12:49:12 1.24 +++ gvpe/src/iom.C 2004/11/14 22:47:00 1.25 @@ -390,7 +390,7 @@ while (read (sigpipe[0], &ch, 1) > 0) ; - for (sig_vec **svp = sw.end (); svp-- > sw.begin (); ) + for (vector::iterator svp = sw.end (); svp-- > sw.begin (); ) if (*svp && (*svp)->pending) { sig_vec &sv = **svp;