fixed previous commit - the 10.6 compile error was coming from COSXDragView.h, not COSXDragSimulator.m

This commit is contained in:
jerry 2013-08-30 21:17:09 +00:00
parent 6e57005b4a
commit fbfea7b543
5 changed files with 21 additions and 9 deletions

View file

@ -17,6 +17,8 @@
#import <Cocoa/Cocoa.h>
#ifdef MAC_OS_X_VERSION_10_7
@interface COSXDragView : NSView<NSDraggingSource,NSDraggingInfo>
{
NSMutableString* m_dropTarget;
@ -26,3 +28,5 @@
-(void)clearDropTarget;
@end
#endif