*** empty log message ***
[dana/urxvt.git] / src / iom.h
index f0b1818..70a5837 100644 (file)
--- a/src/iom.h
+++ b/src/iom.h
@@ -59,9 +59,7 @@ struct idle_watcher;
 #endif
 
 template<class watcher>
-struct io_manager_vec : protected vector<watcher *> {
-  friend class io_manager;
-protected:
+struct io_manager_vec : vector<watcher *> {
 #if IOM_CHECK
   bool activity;
 #endif