summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-07-07 08:27:14 -0700
committerKonstantin Käfer <mail@kkaefer.com>2015-07-08 19:46:04 +0200
commit445d3afa4f3aa1c603fab936756602b563cb4f7a (patch)
treeb736cb0ce94ff5c6959b168ec98508ffde01862b /include
parente0da13dbfd986f780f7328748cb7700dc396685b (diff)
downloadqtlocation-mapboxgl-445d3afa4f3aa1c603fab936756602b563cb4f7a.tar.gz
fix nullability
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 db006f810a..900728034f 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -265,7 +265,7 @@ IB_DESIGNABLE
*
* @param identifier A string identifying the annotation image to be reused. This string is the same one you specify when initially returning the annotation image object using the mapView:imageForAnnotation: method.
* @return An annotation image object with the specified identifier, or `nil` if no such object exists in the reuse queue. */
-- (MGLAnnotationImage *)dequeueReusableAnnotationImageWithIdentifier:(NSString *)identifier;
+- (nullable MGLAnnotationImage *)dequeueReusableAnnotationImageWithIdentifier:(NSString *)identifier;
#pragma mark - Managing Annotation Selections