fixed: compile error on mac 10.8 with makefile
This commit is contained in:
parent
93ebd6a9cc
commit
8cdeafe995
|
@ -135,7 +135,7 @@ draggingSourceOperationMask
|
||||||
|
|
||||||
- (NSInteger)draggingSequenceNumber
|
- (NSInteger)draggingSequenceNumber
|
||||||
{
|
{
|
||||||
return nil;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)slideDraggedImageTo:(NSPoint)screenPoint
|
- (void)slideDraggedImageTo:(NSPoint)screenPoint
|
||||||
|
|
Loading…
Reference in New Issue