summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-08-19 22:31:45 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-08-19 22:31:45 -0400
commit79a1e98a2f6f620b83ca2c332683f79973376c2b (patch)
treeb391135845935d38e88353270be097748005fe8f
parent4649a9a17749c78813a4b0de1be23128d85f4465 (diff)
downloadqtlocation-mapboxgl-79a1e98a2f6f620b83ca2c332683f79973376c2b.tar.gz
Reverse change (moving to another PR)
-rw-r--r--platform/ios/src/MGLMapView_Private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/src/MGLMapView_Private.h b/platform/ios/src/MGLMapView_Private.h
index 155527000f..12840b3586 100644
--- a/platform/ios/src/MGLMapView_Private.h
+++ b/platform/ios/src/MGLMapView_Private.h
@@ -52,6 +52,7 @@ FOUNDATION_EXTERN MGL_EXPORT MGLExceptionName const _Nonnull MGLUnderlyingMapUna
/// Synchronously render a frame of the map.
- (void)renderSync;
+- (nonnull mbgl::Map *)mbglMap;
- (nonnull mbgl::Renderer *)renderer;
/** Returns whether the map view is currently loading or processing any assets required to render the map */