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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/layout/layout.hpp b/src/mbgl/layout/layout.hpp
index ae0eb5d5f3..aaa4d4b8e1 100644
--- a/src/mbgl/layout/layout.hpp
+++ b/src/mbgl/layout/layout.hpp
@@ -20,8 +20,8 @@ public:
virtual void createBucket(const ImagePositions&,
std::unique_ptr<FeatureIndex>&,
std::unordered_map<std::string, LayerRenderData>&,
- const bool,
- const bool,
+ bool,
+ bool,
const CanonicalTileID&) = 0;
virtual void prepareSymbols(const GlyphMap&, const GlyphPositions&, const ImageMap&, const ImagePositions&){};