summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-01-14 15:47:07 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-01-14 16:48:16 -0800
commit15f4ca51f919758a0c99951881edd1e49a6a179b (patch)
tree3bc8aa6b71734383aa82ac38a7db7b1fdd0419ce /include
parent714dfab8aeb04b3569f022e7c22aac9a6435752d (diff)
downloadqtlocation-mapboxgl-15f4ca51f919758a0c99951881edd1e49a6a179b.tar.gz
[ios] Fixed static analyzer warnings
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index ba7895b81f..569eb00ba4 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -734,7 +734,7 @@ IB_DESIGNABLE
@param annotation The annotation object to deselect.
@param animated If `YES`, the callout view is animated offscreen.
*/
-- (void)deselectAnnotation:(id <MGLAnnotation>)annotation animated:(BOOL)animated;
+- (void)deselectAnnotation:(nullable id <MGLAnnotation>)annotation animated:(BOOL)animated;
#pragma mark Overlaying the Map