summaryrefslogtreecommitdiff
path: root/src/style/style_bucket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style/style_bucket.cpp')
-rw-r--r--src/style/style_bucket.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/style/style_bucket.cpp b/src/style/style_bucket.cpp
index afd4bc09f7..9a40c2386b 100644
--- a/src/style/style_bucket.cpp
+++ b/src/style/style_bucket.cpp
@@ -6,8 +6,7 @@ StyleBucket::StyleBucket(StyleLayerType type) {
switch (type) {
case StyleLayerType::Fill: render = StyleBucketFill{}; break;
case StyleLayerType::Line: render = StyleBucketLine{}; break;
- case StyleLayerType::Icon: render = StyleBucketIcon{}; break;
- case StyleLayerType::Text: render = StyleBucketText{}; break;
+ case StyleLayerType::Symbol: render = StyleBucketSymbol{}; break;
case StyleLayerType::Raster: render = StyleBucketRaster{}; break;
default: break;
}