Skip to content

Commit

Permalink
Fix incorrectly-synthesized properties
Browse files Browse the repository at this point in the history
  • Loading branch information
alinebee committed Apr 30, 2018
1 parent 9c6c61a commit 9c93e49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Boxer/BXCDImageImport.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#pragma mark Implementations

@implementation BXCDImageImport
@synthesize currentProgress = _currentProgress;
@synthesize indeterminate = _indeterminate;

@synthesize drive = _drive;
@synthesize destinationFolderURL = _destinationFolderURL;
Expand Down
2 changes: 2 additions & 0 deletions Boxer/BXEmulatorErrors.mm
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ + (id) errorWithDrive: (BXDrive *)drive


@implementation BXEmulatorException
@synthesize callStackReturnAddresses = _callStackReturnAddresses;
@synthesize callStackSymbols = _callStackSymbols;

+ (id) exceptionWithName: (NSString *)name
originalException: (boxer_emulatorException *)cppException
Expand Down
1 change: 1 addition & 0 deletions Boxer/DOS window/BXLaunchPanelController.m
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ - (NSCollectionViewItem *) newItemForRepresentedObject: (NSDictionary *)object


@implementation BXLauncherItem
@synthesize menu = _menu;

- (id) copyWithZone: (NSZone *)zone
{
Expand Down

0 comments on commit 9c93e49

Please sign in to comment.