summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/feature_index.cpp
diff options
context:
space:
mode:
authorm-stephen <truestyle2005@163.com>2019-07-25 10:40:26 +0800
committerGitHub <noreply@github.com>2019-07-25 10:40:26 +0800
commit73cbb0d01b2f899efb9515d00baeb62de9bde25e (patch)
tree9b08bab9c802813f390826d1ae0ecb90c88667d2 /src/mbgl/geometry/feature_index.cpp
parent1a68ceef69d8f23541ed4fa9ab380a51d6b8cce2 (diff)
parenta8db681454e5173c03154e79c5f125ce26d653c1 (diff)
downloadqtlocation-mapboxgl-73cbb0d01b2f899efb9515d00baeb62de9bde25e.tar.gz
Merge branch 'master' into stephen-MGLLoggingConfigurationupstream/stephen-MGLLoggingConfiguration
Diffstat (limited to 'src/mbgl/geometry/feature_index.cpp')
-rw-r--r--src/mbgl/geometry/feature_index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/geometry/feature_index.cpp b/src/mbgl/geometry/feature_index.cpp
index 3675e8bc6e..b76e02be3f 100644
--- a/src/mbgl/geometry/feature_index.cpp
+++ b/src/mbgl/geometry/feature_index.cpp
@@ -159,7 +159,7 @@ void FeatureIndex::addFeature(
continue;
}
- result[layerID].push_back(convertFeature(*geometryTileFeature, tileID));
+ result[layerID].emplace_back(convertFeature(*geometryTileFeature, tileID));
}
}