summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-11 14:03:07 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-12 08:36:30 -0700
commitb87fe1616991e1dc454c9bfc74ec68caff0b7062 (patch)
tree5228310960c1a978625c3b1d235bcfc4c909dc42 /src/mbgl/geometry
parent00a86ba03f8a6bc4ceff62ef984c020733bf0945 (diff)
downloadqtlocation-mapboxgl-b87fe1616991e1dc454c9bfc74ec68caff0b7062.tar.gz
[core] CollisionBox::indexedFeature to CollisionFeature::indexedFeature
This eliminates the CollisionBox constructor that instantiates an "empty" IndexedSubfeature.
Diffstat (limited to 'src/mbgl/geometry')
-rw-r--r--src/mbgl/geometry/feature_index.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/geometry/feature_index.hpp b/src/mbgl/geometry/feature_index.hpp
index 5d78df2138..a3cb16ee76 100644
--- a/src/mbgl/geometry/feature_index.hpp
+++ b/src/mbgl/geometry/feature_index.hpp
@@ -17,6 +17,7 @@ enum class TranslateAnchorType : bool;
class IndexedSubfeature {
public:
+ IndexedSubfeature() = delete;
std::size_t index;
std::string sourceLayerName;
std::string bucketName;