summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRomain Quidet <romain.quidet.ext@mappy.com>2015-12-15 11:56:03 +0100
committerMinh Nguyễn <mxn@1ec5.org>2015-12-15 16:36:17 -0800
commitb8be1f0632bf3ba2daf128c55692f7956af606cb (patch)
tree3fe27395a7afae7e6c2aa2387f73456c6df41fc5 /include
parentaf45d87e54e36f9899507d31c4b79669a254350e (diff)
downloadqtlocation-mapboxgl-b8be1f0632bf3ba2daf128c55692f7956af606cb.tar.gz
code review updates: sprite_atlas brackets and nullable removed for reuseIdentifier of annotationImage
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLAnnotationImage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLAnnotationImage.h b/include/mbgl/ios/MGLAnnotationImage.h
index efc79ffb90..f48a3cfb45 100644
--- a/include/mbgl/ios/MGLAnnotationImage.h
+++ b/include/mbgl/ios/MGLAnnotationImage.h
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
* @param image The image to be displayed for the annotation.
* @param reuseIdentifier The string that identifies that this annotation image is reusable.
* @return The initialized annotation image object or `nil` if there was a problem initializing the object. */
-+ (instancetype)annotationImageWithImage:(UIImage *)image reuseIdentifier:(nullable NSString *)reuseIdentifier;
++ (instancetype)annotationImageWithImage:(UIImage *)image reuseIdentifier:(NSString *)reuseIdentifier;
/** @name Getting and Setting Attributes */