ObjFW  Diff

Differences From Artifact [ae44482d26]:

To Artifact [d2e9d52654]:


146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
	} _value;
	of_number_type_t _type;
}

/*!
 * The type of the number.
 */
@property (readonly) of_number_type_t type;

/*!
 * @brief Creates a new OFNumber with the specified bool.
 *
 * @param bool_ A bool which the OFNumber should contain
 * @return A new autoreleased OFNumber
 */







|







146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
	} _value;
	of_number_type_t _type;
}

/*!
 * The type of the number.
 */
@property (readonly, nonatomic) of_number_type_t type;

/*!
 * @brief Creates a new OFNumber with the specified bool.
 *
 * @param bool_ A bool which the OFNumber should contain
 * @return A new autoreleased OFNumber
 */