summaryrefslogtreecommitdiff
path: root/include/mbgl/util/geojson.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/geojson.hpp')
-rw-r--r--include/mbgl/util/geojson.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/util/geojson.hpp b/include/mbgl/util/geojson.hpp
index b4e789a3ac..e9964abe26 100644
--- a/include/mbgl/util/geojson.hpp
+++ b/include/mbgl/util/geojson.hpp
@@ -5,6 +5,6 @@
namespace mbgl {
using GeoJSON = mapbox::geojson::geojson;
-using FeatureCollection = mapbox::geojson::feature_collection;
+using GeoJSONFeatureCollection = mapbox::geojson::feature_collection;
} // namespace mbgl