@@ -69,12 +69,11 @@ * * @param left The left object * @param right The right object * @return The order of the objects */ -typedef OFComparisonResult (^of_comparator_t)(id _Nonnull left, - id _Nonnull right); +typedef OFComparisonResult (^OFComparator)(id _Nonnull left, id _Nonnull right); #endif /** * @brief An enum for storing endianess. */