Ticket #43903: patch-MyImageView.m.diff
File patch-MyImageView.m.diff, 354 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
MyImageView.m
old new 74 74 -(void) performProgrammaticRedrag:(id)context; 75 75 @end 76 76 77 @class NSDraggingSession;78 typedef NSInteger NSDraggingContext;77 //@class NSDraggingSession; 78 //typedef NSInteger NSDraggingContext; 79 79 80 80 @implementation MyImageView 81 81