diff options
author | Romain Quidet <romain.quidet.ext@mappy.com> | 2015-12-15 11:56:03 +0100 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-12-15 16:36:17 -0800 |
commit | b8be1f0632bf3ba2daf128c55692f7956af606cb (patch) | |
tree | 3fe27395a7afae7e6c2aa2387f73456c6df41fc5 /include | |
parent | af45d87e54e36f9899507d31c4b79669a254350e (diff) | |
download | qtlocation-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.h | 2 |
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 */ |