--- gvpe/src/iom.h 2004/01/17 01:18:36 1.15 +++ gvpe/src/iom.h 2004/01/17 14:08:57 1.16 @@ -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 (); } };