--- rxvt-unicode/src/iom.h 2004/01/17 01:20:01 1.7 +++ rxvt-unicode/src/iom.h 2004/01/17 14:10:40 1.8 @@ -158,7 +158,7 @@ template time_watcher (O1 *object, void (O2::*method)(time_watcher &)) - : callback1(object,method) + : callback1(object,method), at(0) { } ~time_watcher () { stop (); } };