ObjFW  Check-in [bd408f1cee]

Overview
Comment:Fix a typo.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bd408f1ceeb527abefd347019960272297d243250cdb866c8ef5d00dc6a38ddf
User & Date: js on 2010-01-02 18:18:40
Other Links: manifest | tags
Context
2010-01-03
17:22
Add OFFastEnumeration protocol and OFEnumerationMutationException. check-in: 9a881883be user: js tags: trunk
2010-01-02
18:18
Fix a typo. check-in: bd408f1cee user: js tags: trunk
2009-12-30
13:30
Rename OFIterator to OFEnumerator.
This way, we avoid name inconsistency when introducing fast enumeration.
check-in: b9e9dfb384 user: js tags: trunk
Changes

Modified src/ObjFW.h from [3af7319142] to [298408d0be].

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

#import "OFDataArray.h"
#import "OFArray.h"

#import "OFList.h"

#import "OFDictionary.h"
#import "OFNumerator.h"

#import "OFNumber.h"

#import "OFStream.h"

#import "OFFile.h"








|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

#import "OFDataArray.h"
#import "OFArray.h"

#import "OFList.h"

#import "OFDictionary.h"
#import "OFEnumerator.h"

#import "OFNumber.h"

#import "OFStream.h"

#import "OFFile.h"