summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapViewDelegate.h
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-02-12 11:36:03 -0500
committerJulian Rex <julian.rex@mapbox.com>2018-02-12 11:36:03 -0500
commit99582b773ebe1b0e39240fc608135a1742b4fa73 (patch)
treeedf3b4f5a2f440696c5b8dcee440ea8991b9a862 /platform/ios/src/MGLMapViewDelegate.h
parent0faad452a96ce6644cfc4ac07ec0e0c76e136935 (diff)
downloadqtlocation-mapboxgl-99582b773ebe1b0e39240fc608135a1742b4fa73.tar.gz
[ios] Made reason bitmask private, created public enum, and provided a mapping from the bitmask to enumupstream/jrex-10674-enum
Diffstat (limited to 'platform/ios/src/MGLMapViewDelegate.h')
-rw-r--r--platform/ios/src/MGLMapViewDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapViewDelegate.h b/platform/ios/src/MGLMapViewDelegate.h
index abb2e9be03..eca01853ff 100644
--- a/platform/ios/src/MGLMapViewDelegate.h
+++ b/platform/ios/src/MGLMapViewDelegate.h
@@ -1,7 +1,7 @@
#import <UIKit/UIKit.h>
#import "MGLTypes.h"
-#import "MGLCameraChange.h"
+#import "MGLCameraChangeReason.h"
NS_ASSUME_NONNULL_BEGIN