@@ -77,16 +77,16 @@ } /*! * The key functions used by the map table. */ -@property (readonly) of_map_table_functions_t keyFunctions; +@property (readonly, nonatomic) of_map_table_functions_t keyFunctions; /*! * The object functions used by the map table. */ -@property (readonly) of_map_table_functions_t objectFunctions; +@property (readonly, nonatomic) of_map_table_functions_t objectFunctions; /*! * @brief Creates a new OFMapTable with the specified key and object functions. * * @param keyFunctions A structure of functions for handling keys