summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-03-27 00:17:42 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-03-27 00:17:42 -0700
commit1a8d6445d18741b399f381e3835c2362286582f6 (patch)
tree3d72fcb62fd9c34cd6c9ad7573a5a030e0796296 /include
parent4a4d9c1a2d2b4e11735f8e5ccf0d0d7df567679b (diff)
downloadqtlocation-mapboxgl-1a8d6445d18741b399f381e3835c2362286582f6.tar.gz
convert metrics BOOLs to strings internally
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapboxEvents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLMapboxEvents.h b/include/mbgl/ios/MGLMapboxEvents.h
index 541f21df43..6f994fea26 100644
--- a/include/mbgl/ios/MGLMapboxEvents.h
+++ b/include/mbgl/ios/MGLMapboxEvents.h
@@ -33,7 +33,7 @@ extern NSString *const MGLEventMapLocation;
// You can call these methods from any thread.
//
-+ (NSString *) checkEmailEnabled;
++ (BOOL) checkEmailEnabled;
+ (BOOL) checkPushEnabled;
// You can call this method from any thread.