summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-02-17 18:22:03 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-02-18 13:27:35 +0200
commitbfafc360a7257f57999edbcbd484a0e18b40798a (patch)
tree395a71d338a2c33ae11f2ebd421f4a2706698308 /src/mbgl/style/style.cpp
parent1336e3e30f5bc9bdf4fc9fff516a36df9f0235d7 (diff)
downloadqtlocation-mapboxgl-bfafc360a7257f57999edbcbd484a0e18b40798a.tar.gz
[gl] Moved TexturePool to gl namespace
Diffstat (limited to 'src/mbgl/style/style.cpp')
-rw-r--r--src/mbgl/style/style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/style.cpp b/src/mbgl/style/style.cpp
index b66575c36c..bf35d17c97 100644
--- a/src/mbgl/style/style.cpp
+++ b/src/mbgl/style/style.cpp
@@ -116,7 +116,7 @@ void Style::removeLayer(const std::string& id) {
}
void Style::update(const TransformState& transform,
- TexturePool& texturePool) {
+ gl::TexturePool& texturePool) {
bool allTilesUpdated = true;
StyleUpdateParameters parameters(data.pixelRatio,
data.getDebug(),