summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.mm
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-10-11 11:47:05 -0700
committerJason Wray <jason@mapbox.com>2017-10-11 12:21:27 -0700
commit5cefa515112c538fbb39aca1aa985c13a8299dc4 (patch)
tree8e960a4ed10e6ccb02e6250b3d42e71095b4c336 /platform/ios/src/MGLMapView.mm
parentb7879d5a370f232b3030fb404a9eb8a51d3a7eb1 (diff)
downloadqtlocation-mapboxgl-5cefa515112c538fbb39aca1aa985c13a8299dc4.tar.gz
[ios] Rename SMCalloutView and stop using submoduleupstream/fb-mglsmcalloutview
Diffstat (limited to 'platform/ios/src/MGLMapView.mm')
-rw-r--r--platform/ios/src/MGLMapView.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm
index 0e76c0c71c..ac608dd074 100644
--- a/platform/ios/src/MGLMapView.mm
+++ b/platform/ios/src/MGLMapView.mm
@@ -232,7 +232,7 @@ public:
@interface MGLMapView () <UIGestureRecognizerDelegate,
GLKViewDelegate,
CLLocationManagerDelegate,
- SMCalloutViewDelegate,
+ MGLSMCalloutViewDelegate,
MGLCalloutViewDelegate,
MGLMultiPointDelegate,
MGLAnnotationImageDelegate>
@@ -1929,7 +1929,7 @@ public:
return [self.delegate respondsToSelector:@selector(mapView:tapOnCalloutForAnnotation:)];
}
-- (void)calloutViewClicked:(__unused SMCalloutView *)calloutView
+- (void)calloutViewClicked:(__unused MGLSMCalloutView *)calloutView
{
if ([self.delegate respondsToSelector:@selector(mapView:tapOnCalloutForAnnotation:)])
{