Cocoa Port:

- Silence compiler warning when compiling for Mac OS X v10.6/v10.7.
This commit is contained in:
rogerman 2012-02-27 05:33:41 +00:00
parent a537f3c166
commit 80b775730b
1 changed files with 4 additions and 0 deletions

View File

@ -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;