--- rxvt-unicode/src/iom.h 2004/01/17 14:10:40 1.8 +++ rxvt-unicode/src/iom.h 2004/02/09 07:11:49 1.10 @@ -59,9 +59,11 @@ #endif template -struct io_manager_vec : protected vector { - friend class io_manager; -protected: +struct io_manager_vec : vector { +#if IOM_CHECK + bool activity; +#endif + void erase_unordered (unsigned int pos) { watcher *w = (*this)[size () - 1];