summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-05-04 16:52:41 -0500
committerBrad Leege <bleege@gmail.com>2015-05-04 16:52:41 -0500
commit7f6cc6cc6d462952c02fbc50bd90f4f765a55809 (patch)
treea83be64c025022ab274af646fda2b7d52d440890 /include
parent0e36bf1c8d620b55db1171a1575350e7e4ac699f (diff)
downloadqtlocation-mapboxgl-7f6cc6cc6d462952c02fbc50bd90f4f765a55809.tar.gz
#1225 - Renaming getAccessToken method to sharedAccessToken to avoid any iOS get naming conventions
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLAccountManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLAccountManager.h b/include/mbgl/ios/MGLAccountManager.h
index aed2536a34..569a01cc56 100644
--- a/include/mbgl/ios/MGLAccountManager.h
+++ b/include/mbgl/ios/MGLAccountManager.h
@@ -1,6 +1,6 @@
@interface MGLAccountManager : NSObject
+ (instancetype) sharedInstanceWithAccessToken:(NSString *)token;
-+ (NSString *) getAccessToken;
++ (NSString *) sharedAccessToken;
@end \ No newline at end of file