mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-30 12:02:04 +03:00
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
Block a user