@@ -17,19 +17,19 @@ #import "OFObject.h" #ifdef OF_HAVE_SOCKETS # import "OFTCPSocket.h" #endif -@class OFSortedList; +@class OFSortedList OF_GENERIC(ObjectType); #ifdef OF_HAVE_THREADS @class OFMutex; @class OFCondition; #endif #ifdef OF_HAVE_SOCKETS @class OFKernelEventObserver; #endif -@class OFMutableDictionary; +@class OFMutableDictionary OF_GENERIC(KeyType, ObjectType); @class OFTimer; /*! * @class OFRunLoop OFRunLoop.h ObjFW/OFRunLoop.h *