Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Fix undeclared selector warning in MGLAnnotationView
Browse files Browse the repository at this point in the history
`setCoordinate:` isn't available to regular MGLAnnotation, only MGLPointAnnotation.
  • Loading branch information
friedbunny committed Jun 3, 2019
1 parent d2badb5 commit 015a64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/ios/src/MGLAnnotationView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#import "MGLMapView_Private.h"
#import "MGLCalloutView.h"
#import "MGLAnnotation.h"
#import "MGLPointAnnotation.h"
#import "MGLLoggingConfiguration_Private.h"

#import "NSBundle+MGLAdditions.h"
Expand Down

0 comments on commit 015a64b

Please sign in to comment.