ObjFW  Diff

Differences From Artifact [591fb14b83]:

To Artifact [e89cd87e53]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 */

#include "config.h"

#import "TestPlugin.h"

#ifdef OF_OBJFW_RUNTIME
# import "runtime-private.h"

OF_DESTRUCTOR()
{
	objc_unregister_class(objc_getClass("TestPlugin"));
}
#endif








|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 */

#include "config.h"

#import "TestPlugin.h"

#ifdef OF_OBJFW_RUNTIME
# import "runtime/private.h"

OF_DESTRUCTOR()
{
	objc_unregister_class(objc_getClass("TestPlugin"));
}
#endif