From 5bc77d4243e2d70d4a1a0127fb0e878160601e23 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Fri, 11 Jul 2014 16:49:39 -0700 Subject: add forward-declared Source shared_ptr to style_bucket --- include/llmr/style/style_bucket.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/llmr/style/style_bucket.hpp b/include/llmr/style/style_bucket.hpp index c8529fdd23..0f3824211a 100644 --- a/include/llmr/style/style_bucket.hpp +++ b/include/llmr/style/style_bucket.hpp @@ -12,6 +12,8 @@ namespace llmr { +class Source; + class StyleBucketFill { public: WindingType winding = WindingType::Default; @@ -74,6 +76,7 @@ public: std::string name; std::shared_ptr style_source; + std::shared_ptr source; std::string source_layer; FilterExpression filter; StyleBucketRender render = std::false_type(); -- cgit v1.2.1