Skip to content

Commit 9631bde

Browse files
authored
Merge pull request #325 from jwalgran/feature/jcw/fix-preference-prop
Change property attributes on OTMPreferences
2 parents 9a114e7 + 917afb3 commit 9631bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenTreeMap/src/OTM/OTMPreferences.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
+ (OTMPreferences *)sharedPreferences;
2121

22-
@property (assign) NSString *instance;
22+
@property (nonatomic, strong) NSString *instance;
2323

2424
- (void)save;
2525
- (void)load;

0 commit comments

Comments
 (0)