summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layout/symbol_layout.hpp')
-rw-r--r--src/mbgl/layout/symbol_layout.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/layout/symbol_layout.hpp b/src/mbgl/layout/symbol_layout.hpp
index 9b8b0adfcc..9fc48d904c 100644
--- a/src/mbgl/layout/symbol_layout.hpp
+++ b/src/mbgl/layout/symbol_layout.hpp
@@ -16,7 +16,6 @@ namespace mbgl {
class BucketParameters;
class Anchor;
-class RenderLayer;
class PlacedSymbol;
namespace style {
@@ -26,7 +25,7 @@ class Filter;
class SymbolLayout final : public Layout {
public:
SymbolLayout(const BucketParameters&,
- const std::vector<const RenderLayer*>&,
+ const std::vector<Immutable<style::LayerProperties>>&,
std::unique_ptr<GeometryTileLayer>,
ImageDependencies&,
GlyphDependencies&);