summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOfflineStorage_Private.h
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-27 11:39:01 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-27 12:21:50 +0200
commit382a6000da3e77fe32da060380b584a548c2e2dd (patch)
tree2ad662dda93489047499fca6be37ee939783dc5c /platform/darwin/src/MGLOfflineStorage_Private.h
parent56616ad4ec15e08dc49fd5c24f9c6026058055af (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_improve_DatabaseFileSource_API.tar.gz
[glfw][android][darwin] Access DatabaseFileSource only with JointDatabaseStorage interfaceupstream/mikhail_improve_DatabaseFileSource_API
Diffstat (limited to 'platform/darwin/src/MGLOfflineStorage_Private.h')
-rw-r--r--platform/darwin/src/MGLOfflineStorage_Private.h4
1 files changed, 2 insertions, 2 deletions
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<mbgl::DatabaseFileSource> mbglDatabaseFileSource;
+@property (nonatomic) std::shared_ptr<mbgl::JointDatabaseStorage> mbglDatabaseStorage;
/**
The shared online file source object owned by the shared offline storage object.