@@ -72,11 +72,11 @@ @interface OFMapTable: OFObject { OFMapTableFunctions _keyFunctions, _objectFunctions; struct OFMapTableBucket *_Nonnull *_Nullable _buckets; uint32_t _count, _capacity; - unsigned char _rotate; + unsigned char _rotation; unsigned long _mutations; } /** * @brief The key functions used by the map table.