From 382a6000da3e77fe32da060380b584a548c2e2dd Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Thu, 27 Feb 2020 11:39:01 +0200 Subject: [glfw][android][darwin] Access DatabaseFileSource only with JointDatabaseStorage interface --- platform/darwin/src/MGLOfflineStorage_Private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/darwin/src/MGLOfflineStorage_Private.h') diff --git a/platform/darwin/src/MGLOfflineStorage_Private.h b/platform/darwin/src/MGLOfflineStorage_Private.h index c01163e766..2657860f5e 100644 --- a/platform/darwin/src/MGLOfflineStorage_Private.h +++ b/platform/darwin/src/MGLOfflineStorage_Private.h @@ -12,9 +12,9 @@ NS_ASSUME_NONNULL_BEGIN @interface MGLOfflineStorage (Private) /** - The shared database file source object owned by the shared offline storage object. + The shared database file storage object. */ -@property (nonatomic) std::shared_ptr mbglDatabaseFileSource; +@property (nonatomic) std::shared_ptr mbglDatabaseStorage; /** The shared online file source object owned by the shared offline storage object. -- cgit v1.2.1