@@ -17,11 +17,14 @@ #import "OFIterator.h" #import "OFExceptions.h" #import "OFMacros.h" /* Reference for static linking */ -void _reference_to_OFIterator_in_OFDictionary() { [OFIterator class]; } +void _reference_to_OFIterator_in_OFDictionary() +{ + _OFIterator_reference = 1; +} @implementation OFDictionary + dictionary; { return [[[OFDictionary alloc] init] autorelease];