Bring mac code into conformance with -Wobjc-missing-property-synthesis

This commit is contained in:
Jeremy Apthorp 2018-04-17 16:46:33 -07:00
parent f3c00e96aa
commit eb7ccf8afa
3 changed files with 15 additions and 0 deletions

View file

@ -25,6 +25,8 @@ const NSAutoresizingMaskOptions kDefaultAutoResizingMask =
@implementation DragRegionView
@synthesize initialLocation;
- (BOOL)mouseDownCanMoveWindow
{
return NO;