mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
fixed: compile error on mac 10.8 with makefile
This commit is contained in:
@@ -135,7 +135,7 @@ draggingSourceOperationMask
|
||||
|
||||
- (NSInteger)draggingSequenceNumber
|
||||
{
|
||||
return nil;
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (void)slideDraggedImageTo:(NSPoint)screenPoint
|
||||
|
||||
Reference in New Issue
Block a user