summaryrefslogtreecommitdiff
path: root/src/renderer/raster_bucket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/raster_bucket.cpp')
-rw-r--r--src/renderer/raster_bucket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/raster_bucket.cpp b/src/renderer/raster_bucket.cpp
index 7adb3f845e..12b2b9e514 100644
--- a/src/renderer/raster_bucket.cpp
+++ b/src/renderer/raster_bucket.cpp
@@ -3,7 +3,7 @@
using namespace mbgl;
-RasterBucket::RasterBucket(const util::ptr<Texturepool> &texturepool, const StyleBucketRaster& properties_)
+RasterBucket::RasterBucket(Texturepool& texturepool, const StyleBucketRaster& properties_)
: properties(properties_),
texture(properties_),
raster(texturepool) {