summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-05-02 17:45:07 -0700
committerJason Wray <jason@mapbox.com>2019-05-16 15:48:08 -0700
commit44978d31b7d7e8bbef253bb939e10acc65c51704 (patch)
treefc56a6de1c527aa966eaa0ecd7d8394915e8836b
parent98b2eb5b8856d8890aea3c6e84f675fcbcfef47e (diff)
downloadqtlocation-mapboxgl-upstream/friedbunny-enables-skus-everywhere-all-the-time-for-always.tar.gz
Make MGLAccountManager.skuToken nonnull againupstream/friedbunny-enables-skus-everywhere-all-the-time-for-always
-rw-r--r--platform/darwin/src/MGLAccountManager_Private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLAccountManager_Private.h b/platform/darwin/src/MGLAccountManager_Private.h
index 6afcf356af..3fd45f1ae8 100644
--- a/platform/darwin/src/MGLAccountManager_Private.h
+++ b/platform/darwin/src/MGLAccountManager_Private.h
@@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
#if TARGET_OS_IPHONE || TARGET_OS_SIMULATOR
/// The current global SKU.
-@property (class, atomic, readonly, nullable) NSString *skuToken;
+@property (class, atomic, readonly) NSString *skuToken;
#endif
@end