summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXState.m
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2019-08-23 07:31:48 -0700
committerGitHub <noreply@github.com>2019-08-23 07:31:48 -0700
commit5db1c180968ecc09f918c0a6038f00395d11feb5 (patch)
treefa5489455051acf7ef5d797e2322e43e9d6ba937 /platform/ios/app/MBXState.m
parent9eff849c743c6e861404a2c39afa53c4eecdca3d (diff)
downloadqtlocation-mapboxgl-5db1c180968ecc09f918c0a6038f00395d11feb5.tar.gz
[ios] Fix a couple minor warnings in iosapp
Diffstat (limited to 'platform/ios/app/MBXState.m')
-rw-r--r--platform/ios/app/MBXState.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/app/MBXState.m b/platform/ios/app/MBXState.m
index ff5f3803dc..455961e88a 100644
--- a/platform/ios/app/MBXState.m
+++ b/platform/ios/app/MBXState.m
@@ -63,8 +63,8 @@ NSString *const MBXReuseQueueStatsEnabled = @"MBXReuseQueueStatsEnabled";
return YES;
}
-- (NSString*) debugDescription {
- return [NSString stringWithFormat:@"Camera: %@\nTracking mode: %lu\nShows user location: %@\nDebug mask value: %lu\nShows zoom level ornament: %@\nShows time frame graph: %@\nDebug logging enabled: %@\nShows map scale: %@\nShows user heading indicator: %@\nFramerate measurement enabled: %@\nReuse queue stats enabled: %@",
+- (NSString *)debugDescription {
+ return [NSString stringWithFormat:@"Camera: %@\nTracking mode: %lu\nShows user location: %@\nDebug mask value: %lu\nShows zoom level ornament: %@\nShows time frame graph: %@\nShows map scale: %@\nShows user heading indicator: %@\nFramerate measurement enabled: %@\nReuse queue stats enabled: %@",
self.camera,
(unsigned long)self.userTrackingMode,
self.showsUserLocation ? @"YES" : @"NO",