From 3b5b15a4e4b1b86c9576969d868caa48520f8d8c Mon Sep 17 00:00:00 2001 From: artemp Date: Wed, 29 Oct 2014 13:44:26 -0400 Subject: store glyphAtlas by value in Map object, pass by ref change hasData signiture to expect ```StyleLayer const&``` --- include/mbgl/map/map.hpp | 8 +++----- include/mbgl/map/raster_tile_data.hpp | 2 +- include/mbgl/map/tile_data.hpp | 2 +- include/mbgl/map/tile_parser.hpp | 4 ++-- include/mbgl/map/vector_tile_data.hpp | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) (limited to 'include') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 8378b27376..d5e725241a 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -3,12 +3,11 @@ #include #include - +#include #include #include #include #include - #include #include #include @@ -17,7 +16,6 @@ namespace mbgl { -class GlyphAtlas; class GlyphStore; class LayerDescription; class SpriteAtlas; @@ -131,7 +129,7 @@ public: inline const TransformState &getState() const { return state; } inline util::ptr getFileSource() const { return fileSource; } inline util::ptr