summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLAccountManager.h
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-05 13:54:30 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-15 23:38:47 +0200
commitf73467786dff98fa2f7240c9a775dff047b29bbf (patch)
tree97b2d076ef90b3118d8357460358bb834ee18784 /platform/darwin/src/MGLAccountManager.h
parent4c1d03c257754ecc1555f3e31b3c6ccf45c4bf7b (diff)
downloadqtlocation-mapboxgl-f73467786dff98fa2f7240c9a775dff047b29bbf.tar.gz
[build] Enable more warnings on the next build
Make compilation more pedantic.
Diffstat (limited to 'platform/darwin/src/MGLAccountManager.h')
-rw-r--r--platform/darwin/src/MGLAccountManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLAccountManager.h b/platform/darwin/src/MGLAccountManager.h
index 0d833a7ba7..d1983a4ddc 100644
--- a/platform/darwin/src/MGLAccountManager.h
+++ b/platform/darwin/src/MGLAccountManager.h
@@ -34,7 +34,7 @@ MGL_EXPORT
and the type `String`. Alternatively, you may call this method from your
application delegate’s `-applicationDidFinishLaunching:` method.
*/
-@property (class, nullable) NSString *accessToken;
+@property (class, assign, nullable) NSString *accessToken;
@end