summaryrefslogtreecommitdiff
path: root/include/mbgl/text/placement.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/text/placement.hpp')
-rw-r--r--include/mbgl/text/placement.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mbgl/text/placement.hpp b/include/mbgl/text/placement.hpp
index aa03712e30..7700f32f0a 100644
--- a/include/mbgl/text/placement.hpp
+++ b/include/mbgl/text/placement.hpp
@@ -9,15 +9,15 @@
namespace mbgl {
-class TextBucket;
-class StyleBucketText;
+class SymbolBucket;
+class StyleBucketSymbol;
class Placement {
public:
Placement(int8_t zoom, float placementDepth);
- void addFeature(TextBucket &bucket, const std::vector<Coordinate> &line,
- const StyleBucketText &info,
+ void addFeature(SymbolBucket &bucket, const std::vector<Coordinate> &line,
+ const StyleBucketSymbol &info,
const GlyphPositions &face,
const Shaping &shaping);