ObjFW  Diff

Differences From Artifact [b571ce2a18]:

To Artifact [df17c135f5]:


112
113
114
115
116
117
118
119
120

121
122
123
124
125
126
127
128
129
112
113
114
115
116
117
118


119


120
121
122
123
124
125
126







-
-
+
-
-








- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

	OF_DEALLOC_UNSUPPORTED
	/* Get rid of a stupid warning */
	[super dealloc];
}
@end

@implementation OFMutableDictionary
+ (void)initialize
{
	if (self == [OFMutableDictionary class])