Cocoa Port:
- Silence compiler warning when compiling for Mac OS X v10.6/v10.7.
This commit is contained in:
parent
a537f3c166
commit
80b775730b
|
@ -20,7 +20,11 @@
|
|||
#include <libkern/OSAtomic.h>
|
||||
|
||||
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_5
|
||||
@interface CocoaDSRom : NSObject <NSXMLParserDelegate>
|
||||
#else
|
||||
@interface CocoaDSRom : NSObject
|
||||
#endif
|
||||
{
|
||||
NSMutableDictionary *header;
|
||||
NSMutableDictionary *bindings;
|
||||
|
|
Loading…
Reference in New Issue