summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/texture_pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/texture_pool.cpp')
-rw-r--r--src/mbgl/gl/texture_pool.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/gl/texture_pool.cpp b/src/mbgl/gl/texture_pool.cpp
index c4984b0186..9e90c97db7 100644
--- a/src/mbgl/gl/texture_pool.cpp
+++ b/src/mbgl/gl/texture_pool.cpp
@@ -64,8 +64,7 @@ void TextureReleaser::operator()(GLuint id) const {
TexturePool::TexturePool() : impl(std::make_unique<Impl>()) {
}
-TexturePool::~TexturePool() {
-}
+TexturePool::~TexturePool() = default;
PooledTexture TexturePool::acquireTexture(gl::ObjectStore& store) {
return PooledTexture { impl->acquireTexture(store) , { this } };