@@ -15,18 +15,20 @@ */ #import "OFObject.h" @class OFSortedList; +@class OFStreamObserver; @class OFTimer; /** * \brief A class providing a run loop for the application and its processes. */ @interface OFRunLoop: OFObject { OFSortedList *timersQueue; + OFStreamObserver *streamObserver; } /** * \brief Returns the main run loop. *