ObjFW  Check-in [22bcd14a08]

Overview
Comment:Fix missing import.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 22bcd14a08262efa291f7a101d0ab37e35b1bcd227489d08cad6d92acb367c8f
User & Date: js on 2013-05-13 16:21:35
Other Links: manifest | tags
Context
2013-05-13
16:46
Get rid of a strange ObjC++ + Win32 warning. check-in: 482454bc43 user: js tags: trunk
16:21
Fix missing import. check-in: 22bcd14a08 user: js tags: trunk
16:12
Get rid of a type warning on win32. check-in: 3e91cf6cef user: js tags: trunk
Changes

Modified src/OFSet.m from [e875ac7884] to [4ad4b1bea6].

17
18
19
20
21
22
23

24
25
26
27
28
29
30
#include "config.h"

#include <stdlib.h>

#import "OFSet.h"
#import "OFSet_hashtable.h"
#import "OFString.h"

#import "OFXMLElement.h"

#import "autorelease.h"

static struct {
	Class isa;
} placeholder;







>







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include "config.h"

#include <stdlib.h>

#import "OFSet.h"
#import "OFSet_hashtable.h"
#import "OFString.h"
#import "OFArray.h"
#import "OFXMLElement.h"

#import "autorelease.h"

static struct {
	Class isa;
} placeholder;