@@ -38,11 +38,11 @@ * * @brief An abstract class for a mutable unordered set of objects, counting how * often it contains an object. */ #ifdef OF_HAVE_GENERICS -@interface OFCountedSet : OFMutableSet +@interface OFCountedSet: OFMutableSet #else # ifndef DOXYGEN # define ObjectType id # endif @interface OFCountedSet: OFMutableSet