summaryrefslogtreecommitdiff
path: root/include/llmr/map/vector_tile_data.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-06-23 18:05:06 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-06-23 18:05:25 +0200
commitba4294ae0c06c1ed160f0be47863c9515da8d403 (patch)
tree5a16d8c200d21fbdf1bb0d91168452aea6142b90 /include/llmr/map/vector_tile_data.hpp
parentf51fd9be585814dedf108cb6e81a674717e39fe6 (diff)
downloadqtlocation-mapboxgl-ba4294ae0c06c1ed160f0be47863c9515da8d403.tar.gz
saving current state
Diffstat (limited to 'include/llmr/map/vector_tile_data.hpp')
-rw-r--r--include/llmr/map/vector_tile_data.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llmr/map/vector_tile_data.hpp b/include/llmr/map/vector_tile_data.hpp
index 717ed79a3b..d6f5391c22 100644
--- a/include/llmr/map/vector_tile_data.hpp
+++ b/include/llmr/map/vector_tile_data.hpp
@@ -29,8 +29,8 @@ public:
virtual void beforeParse();
virtual void parse();
virtual void afterParse();
- virtual void render(Painter &painter, const LayerDescription& layer_desc);
- virtual bool hasData(const LayerDescription& layer_desc) const;
+ virtual void render(Painter &painter, std::shared_ptr<StyleLayer> layer_desc);
+ virtual bool hasData(std::shared_ptr<StyleLayer> layer_desc) const;
protected:
// Holds the actual geometries in this tile.