@@ -49,11 +49,11 @@ /** * @brief The value as a range. * * If the value is not range-sized, @ref OFOutOfRangeException is thrown. */ -@property (readonly, nonatomic) of_range_t rangeValue; +@property (readonly, nonatomic) OFRange rangeValue; /** * @brief The value as a point. * * If the value is not point-sized, @ref OFOutOfRangeException is thrown. @@ -111,11 +111,11 @@ * @brief Creates a new, autoreleased OFValue containing the specified range. * * @param range The range the OFValue should contain * @return A new, autoreleased OFValue */ -+ (instancetype)valueWithRange: (of_range_t)range; ++ (instancetype)valueWithRange: (OFRange)range; /** * @brief Creates a new, autoreleased OFValue containing the specified point. * * @param point The point the OFValue should contain