ObjFW  Diff

Differences From Artifact [89e99f7304]:

To Artifact [ba88035595]:


57
58
59
60
61
62
63

64
65
66
67
68
69
70
@class OFString;

/**
 * \brief The root class for all other classes inside ObjFW.
 */
@interface OFObject
{

	/// The class of the object
	Class isa;
}

/**
 * This code is executed once when the class is loaded into the runtime.
 *







>







57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
@class OFString;

/**
 * \brief The root class for all other classes inside ObjFW.
 */
@interface OFObject
{
@public
	/// The class of the object
	Class isa;
}

/**
 * This code is executed once when the class is loaded into the runtime.
 *