summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 16:01:51 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 16:01:51 -0800
commit01ecbaf51ab24b8e1bb92e931361c4c6cd0e95b8 (patch)
tree102ad57f865e4b0542747474230d71cb48325e51 /include
parent4ce94170c1b364e1f93847a6bba7f80a2170b2aa (diff)
downloadqtlocation-mapboxgl-01ecbaf51ab24b8e1bb92e931361c4c6cd0e95b8.tar.gz
Make Map::updateTiles() private
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 76350407d0..8df4e91a5c 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -126,7 +126,6 @@ public:
inline const TransformState &getState() const { return state; }
inline timestamp getTime() const { return animationTime; }
- void updateTiles();
private:
util::ptr<Sprite> getSprite();
@@ -140,6 +139,7 @@ private:
// Setup
void setup();
+ void updateTiles();
void updateSources();
void updateSources(const util::ptr<StyleLayerGroup> &group);