summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-12-14 10:48:51 -0500
committerJulian Rex <julian.rex@mapbox.com>2018-12-14 10:48:51 -0500
commitf5337a751ea5773015e5fa4ad3872ab97fb4f3ea (patch)
tree7cf4b4c7e88a0d618dbd0975bd1031078e5c5eda
parentaa0a0e55806ac4a56c42a5d19fa0c4b3e8a9c51e (diff)
downloadqtlocation-mapboxgl-f5337a751ea5773015e5fa4ad3872ab97fb4f3ea.tar.gz
Update `MGLStyleDefaultVersion`
-rw-r--r--platform/darwin/src/MGLStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h
index 2b2f0998d4..547b7ccee5 100644
--- a/platform/darwin/src/MGLStyle.h
+++ b/platform/darwin/src/MGLStyle.h
@@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
the constant itself. Such details may change significantly from version to
version.
*/
-static MGL_EXPORT const NSInteger MGLStyleDefaultVersion = 10;
+static MGL_EXPORT const NSInteger MGLStyleDefaultVersion = 11;
FOUNDATION_EXTERN MGL_EXPORT MGLExceptionName const MGLInvalidStyleURLException;
FOUNDATION_EXTERN MGL_EXPORT MGLExceptionName const MGLRedundantLayerException;