@@ -48,11 +48,11 @@ * * \return The run loop for the current thread */ + (OFRunLoop*)currentRunLoop; -+ (void)_setMainRunLoop: (OFRunLoop*)mainRunLoop; ++ (void)_setMainRunLoop; #ifdef OF_HAVE_BLOCKS + (void)_addAsyncReadForStream: (OFStream*)stream buffer: (void*)buffer length: (size_t)length block: (of_stream_async_read_block_t)block;