--- rxvt-unicode/src/rxvt.C 2004/08/15 02:17:32 1.9 +++ rxvt-unicode/src/rxvt.C 2004/09/02 07:44:40 1.10 @@ -34,7 +34,7 @@ if (!t->init (argc, argv)) return EXIT_FAILURE; - iom.loop (); + io_manager::loop (); return EXIT_SUCCESS; }