ObjFW  Diff

Differences From Artifact [d5a6457c6c]:

To Artifact [38d5511316]:


76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
	if (string != NULL)
		free(string);

	return [super free];
}

- (Class)class
{
	return class;
}

- (const char*)cString
{
	return string;







|







76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
	if (string != NULL)
		free(string);

	return [super free];
}

- (Class)inClass
{
	return class;
}

- (const char*)cString
{
	return string;