summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-02-08 17:44:16 -0500
committerJulian Rex <julian.rex@mapbox.com>2018-02-09 16:33:29 -0500
commit324b7580403de343f02147941eec3bb7b5cc9e9a (patch)
treea071c9690ead78cb15f045c2114a813c411251bd
parent6895ed2ad13767dc9f8b483ba6c46a7eea3db2df (diff)
downloadqtlocation-mapboxgl-324b7580403de343f02147941eec3bb7b5cc9e9a.tar.gz
[ios] Fixed compile error (in unused test)
-rw-r--r--platform/ios/uitest/MapViewTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/uitest/MapViewTests.m b/platform/ios/uitest/MapViewTests.m
index 8a5521a86e..0ac4d32af2 100644
--- a/platform/ios/uitest/MapViewTests.m
+++ b/platform/ios/uitest/MapViewTests.m
@@ -543,7 +543,7 @@
[[NSNotificationCenter defaultCenter] postNotificationName:@"regionDidChangeAnimated"
object:mapView
userInfo:@{ @"animated" : @(animated),
- @"reason" : @(reason)
+ @"reason" : reason
}];
}