ObjFW  Diff

Differences From Artifact [768ce1b6b5]:

To Artifact [e76b9886eb]:


22
23
24
25
26
27
28

29
30
31
32
33
34
35
 *	  ObjFW/OFHashNotCalculatedException.h
 *
 * @brief An exception indicating that the hash has not been calculated yet.
 */
@interface OFHashNotCalculatedException: OFException
{
	id _object;

}

/**
 * @brief The hash which has not been calculated yet.
 */
@property (readonly, nonatomic) id object;








>







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 *	  ObjFW/OFHashNotCalculatedException.h
 *
 * @brief An exception indicating that the hash has not been calculated yet.
 */
@interface OFHashNotCalculatedException: OFException
{
	id _object;
	OF_RESERVE_IVARS(OFHashNotCalculatedException, 4)
}

/**
 * @brief The hash which has not been calculated yet.
 */
@property (readonly, nonatomic) id object;