File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ @implementation PBCommitList
16
16
@synthesize mouseDownPoint;
17
17
@synthesize useAdjustScroll;
18
18
19
- - (NSDragOperation )draggingSourceOperationMaskForLocal : ( BOOL ) local
19
+ - (NSDragOperation )draggingSession : ( NSDraggingSession *) session sourceOperationMaskForDraggingContext : ( NSDraggingContext ) context
20
20
{
21
21
return NSDragOperationCopy;
22
22
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ @implementation PBQLOutlineView
20
20
}
21
21
22
22
/* Needed to drag outside application */
23
- - (NSDragOperation )draggingSourceOperationMaskForLocal : ( BOOL ) local
23
+ - (NSDragOperation )draggingSession : ( NSDraggingSession *) session sourceOperationMaskForDraggingContext : ( NSDraggingContext ) context
24
24
{
25
25
return NSDragOperationCopy;
26
26
}
You can’t perform that action at this time.
0 commit comments