summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-11-19 20:25:28 -0500
committerJason Wray <jason@mapbox.com>2018-11-20 11:48:18 -0500
commitc17e74d4572ae4c474eec4d582c13e0c22e5bff1 (patch)
tree084a7b7364ef1d241a5e281390fc35d31b3afe85
parent950c7b75e60c84213aeb073b6c456af440d664c4 (diff)
downloadqtlocation-mapboxgl-c17e74d4572ae4c474eec4d582c13e0c22e5bff1.tar.gz
[darwin] Don't redefine mbgl::style::GeoJSONOptions struct as a class
Per -Wmismatched-tags.
-rw-r--r--platform/darwin/src/MGLShapeSource_Private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLShapeSource_Private.h b/platform/darwin/src/MGLShapeSource_Private.h
index 83872afcbc..fb5b3b3c0d 100644
--- a/platform/darwin/src/MGLShapeSource_Private.h
+++ b/platform/darwin/src/MGLShapeSource_Private.h
@@ -5,7 +5,7 @@ NS_ASSUME_NONNULL_BEGIN
namespace mbgl {
namespace style {
- class GeoJSONOptions;
+ struct GeoJSONOptions;
}
}