Skip to content

Commit

Permalink
Fix warning about emulationThread's storage not matching up between i…
Browse files Browse the repository at this point in the history
…nterface blocks.
  • Loading branch information
MaddTheSane committed Dec 9, 2021
1 parent e391a34 commit f3f1217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boxer/BXEmulatorPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ typedef NS_ERROR_ENUM(BXDOSBoxMountErrorDomain, BXDOSBoxMountErrors) {
@interface BXEmulator()

//Overridden to add setters for internal use
@property (readwrite, assign) NSThread *emulationThread;
@property (readwrite, retain) NSThread *emulationThread;
@property (readwrite, getter=isExecuting) BOOL executing;
@property (readwrite, getter=isCancelled) BOOL cancelled;
@property (readwrite, getter=isInitialized) BOOL initialized;
Expand Down

0 comments on commit f3f1217

Please sign in to comment.