summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layout/layout.hpp')
-rw-r--r--src/mbgl/layout/layout.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/layout/layout.hpp b/src/mbgl/layout/layout.hpp
index 4e7c0c7aca..ae0eb5d5f3 100644
--- a/src/mbgl/layout/layout.hpp
+++ b/src/mbgl/layout/layout.hpp
@@ -21,7 +21,8 @@ public:
std::unique_ptr<FeatureIndex>&,
std::unordered_map<std::string, LayerRenderData>&,
const bool,
- const bool) = 0;
+ const bool,
+ const CanonicalTileID&) = 0;
virtual void prepareSymbols(const GlyphMap&, const GlyphPositions&, const ImageMap&, const ImagePositions&){};