summaryrefslogtreecommitdiff
path: root/include/mbgl
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-04-24 15:41:21 -0500
committerBrad Leege <bleege@gmail.com>2015-04-24 15:41:21 -0500
commit591c63286b6471a6c769eb17d8e1b16c698a4e11 (patch)
tree27ec772627c93302dc6dd1629412555bc9a0bc93 /include/mbgl
parent317be3470827ab278e930240b71fefee3fe87c02 (diff)
downloadqtlocation-mapboxgl-591c63286b6471a6c769eb17d8e1b16c698a4e11.tar.gz
#1225 - Converting id to instancetype
Diffstat (limited to 'include/mbgl')
-rw-r--r--include/mbgl/ios/MapboxGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MapboxGL.h b/include/mbgl/ios/MapboxGL.h
index 4e5ff09b26..8470591d5d 100644
--- a/include/mbgl/ios/MapboxGL.h
+++ b/include/mbgl/ios/MapboxGL.h
@@ -5,7 +5,7 @@
@interface MapboxGL : NSObject
-+ (id) sharedInstanceWithAccessToken:(NSString *)token;
++ (instancetype) sharedInstanceWithAccessToken:(NSString *)token;
+ (NSString *) getAccessToken;
@end \ No newline at end of file