summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2019-02-12 14:07:23 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-02-12 14:36:16 -0800
commit6f3334a14147ef57b6cf6a6f78d9e421331259c6 (patch)
tree7d320fdff01a7e3ebd5b7e8449b43a4deae55f32
parenta8e538e080ef322539fcaf61c7d80b518b9c76d2 (diff)
downloadqtlocation-mapboxgl-6f3334a14147ef57b6cf6a6f78d9e421331259c6.tar.gz
Update MGLOfflineStorage.mm
-rw-r--r--platform/darwin/src/MGLOfflineStorage.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOfflineStorage.mm b/platform/darwin/src/MGLOfflineStorage.mm
index b3dc4a55af..4613b402fd 100644
--- a/platform/darwin/src/MGLOfflineStorage.mm
+++ b/platform/darwin/src/MGLOfflineStorage.mm
@@ -230,7 +230,7 @@ const MGLExceptionName MGLUnsupportedRegionTypeException = @"MGLUnsupportedRegio
forKeyPath:@"apiBaseURL"
options:(NSKeyValueObservingOptionInitial |
NSKeyValueObservingOptionNew)
- context:NULL];
+ context:NULL];
// Observe for changes to the global access token (and find out the current one).
[[MGLAccountManager sharedManager] addObserver:self