summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-04-17 19:18:24 -0400
committerJason Wray <jason@mapbox.com>2018-04-17 19:22:26 -0400
commit72473cf6f643da04c7536bd05e15c74ac6b7aa87 (patch)
tree19a8a9c6c221fd005949c01e17da9283aa0168b7
parent7c63b4addc9b136ad29db95ba247bf54af435fe3 (diff)
downloadqtlocation-mapboxgl-72473cf6f643da04c7536bd05e15c74ac6b7aa87.tar.gz
[ios] Mark unused parameter of -[MGLMapView reloadStyle:] as nullable
-rw-r--r--platform/ios/src/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index bfe3beb3b8..765f0f932b 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -218,7 +218,7 @@ MGL_EXPORT IB_DESIGNABLE
the server, calling this method does not necessarily ensure that the map view
reflects those changes.
*/
-- (IBAction)reloadStyle:(id)sender;
+- (IBAction)reloadStyle:(nullable id)sender;
/**
A Boolean value indicating whether the map may display scale information.