summaryrefslogtreecommitdiff
path: root/src/mbgl/text/placement.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-07-01 12:00:01 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-07-04 16:56:43 +0300
commitd57083497509a1918fcccfb3005be2ba532e0266 (patch)
tree51ee178b7c9743e9add97c2faee8b4faee7657c2 /src/mbgl/text/placement.hpp
parentdd16eadc382fe853f4b877fbcfd909d103a339f5 (diff)
downloadqtlocation-mapboxgl-d57083497509a1918fcccfb3005be2ba532e0266.tar.gz
[core] Remove orchestration methods from RenderTile
Diffstat (limited to 'src/mbgl/text/placement.hpp')
-rw-r--r--src/mbgl/text/placement.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/text/placement.hpp b/src/mbgl/text/placement.hpp
index 6ffe58afc5..0f56b0007e 100644
--- a/src/mbgl/text/placement.hpp
+++ b/src/mbgl/text/placement.hpp
@@ -93,6 +93,7 @@ public:
const RenderTile& tile;
const mat4& projMatrix;
std::string sourceId;
+ std::shared_ptr<FeatureIndex> featureIndex;
bool showCollisionBoxes;
};