ifdef'd out the COSXDragView implementation on osx < 10.7
This commit is contained in:
parent
fbfea7b543
commit
bf0204e7c2
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
#import "COSXDragView.h"
|
#import "COSXDragView.h"
|
||||||
|
|
||||||
|
#ifdef MAC_OS_X_VERSION_10_7
|
||||||
|
|
||||||
@implementation COSXDragView
|
@implementation COSXDragView
|
||||||
|
|
||||||
- (id)
|
- (id)
|
||||||
|
@ -88,3 +90,5 @@ clearDropTarget
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue