@@ -56,11 +56,11 @@ /** * @brief The value as a point. * * If the value is not point-sized, @ref OFOutOfRangeException is thrown. */ -@property (readonly, nonatomic) of_point_t pointValue; +@property (readonly, nonatomic) OFPoint pointValue; /** * @brief The value as a dimension. * * If the value is not dimension-sized, @ref OFOutOfRangeException is thrown. @@ -119,11 +119,11 @@ * @brief Creates a new, autoreleased OFValue containing the specified point. * * @param point The point the OFValue should contain * @return A new, autoreleased OFValue */ -+ (instancetype)valueWithPoint: (of_point_t)point; ++ (instancetype)valueWithPoint: (OFPoint)point; /** * @brief Creates a new, autoreleased OFValue containing the specified * dimension. *