diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-09-05 19:03:27 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-09-05 19:03:27 +0200 |
commit | 46b73b8a2cf5748596ab6023e2cb1f2ce45d2b0d (patch) | |
tree | db1f2b4075c076bcd1e964ddb7414b81b6808464 /src/mbgl/style/style.hpp | |
parent | 51b2033fce5ca4d016b67b94abc50c1822c139fe (diff) | |
download | qtlocation-mapboxgl-46b73b8a2cf5748596ab6023e2cb1f2ce45d2b0d.tar.gz |
[core] Source::update => Source::{load,parse}Tiles, Source::load => Source::loadDescription
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r-- | src/mbgl/style/style.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp index 06a25385b6..671e25bdc1 100644 --- a/src/mbgl/style/style.hpp +++ b/src/mbgl/style/style.hpp @@ -48,7 +48,7 @@ public: // Fetch the tiles needed by the current viewport and emit a signal when // a tile is ready so observers can render the tile. - void update(const UpdateParameters&); + void updateTiles(const UpdateParameters&); void cascade(const TimePoint&, MapMode); void recalculate(float z, const TimePoint&, MapMode); |