mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-27 00:42:30 +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
|
||||
{
|
||||
return nil;
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (void)slideDraggedImageTo:(NSPoint)screenPoint
|
||||
|
Loading…
Reference in New Issue
Block a user