summaryrefslogtreecommitdiff
path: root/src/map/map.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-25 16:35:27 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 15:13:14 -0800
commit23b61f808cca8d926c11bbb738f384522e41dbbd (patch)
treefb93d18c0454628b6f320ca08562cfabfc488a66 /src/map/map.cpp
parent9af3b033bf41cd32635172864d58dc169168f9e6 (diff)
downloadqtlocation-mapboxgl-23b61f808cca8d926c11bbb738f384522e41dbbd.tar.gz
Eliminate remaining uses of Map in TileData
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r--src/map/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp
index f2822f3967..eb0a48d8d6 100644
--- a/src/map/map.cpp
+++ b/src/map/map.cpp
@@ -645,7 +645,7 @@ void Map::updateTiles() {
source->source->update(*this, getWorker(),
style, glyphAtlas, *glyphStore,
spriteAtlas, getSprite(),
- *texturepool, *fileSource);
+ *texturepool, *fileSource, [this](){ update(); });
}
}