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 1deaf13193..d1f03792c1 100644
--- a/src/mbgl/layout/layout.hpp
+++ b/src/mbgl/layout/layout.hpp
@@ -11,6 +11,7 @@ class Bucket;
class BucketParameters;
class RenderLayer;
class FeatureIndex;
+class LayerRenderData;
class Layout {
public:
@@ -18,7 +19,7 @@ public:
virtual void createBucket(const ImagePositions&,
std::unique_ptr<FeatureIndex>&,
- std::unordered_map<std::string, std::shared_ptr<Bucket>>&,
+ std::unordered_map<std::string, LayerRenderData>&,
const bool,
const bool) = 0;