Skip to content

Commit

Permalink
- Make OCBookmarkManager.bookmarks a non-mutable array
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Jan 24, 2019
1 parent 8183876 commit af00e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ownCloudSDK/Resource Management/OCBookmarkManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
NSMutableArray<OCBookmark *> *_bookmarks;
}

@property(strong) NSMutableArray<OCBookmark *> *bookmarks;
@property(strong) NSArray<OCBookmark *> *bookmarks;
@property(readonly,nonatomic) NSURL *bookmarkStoreURL;

#pragma mark - Shared instance
Expand Down

0 comments on commit af00e58

Please sign in to comment.