summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/texture_resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/texture_resource.hpp')
-rw-r--r--src/mbgl/gl/texture_resource.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/gl/texture_resource.hpp b/src/mbgl/gl/texture_resource.hpp
index 494e5ae8a3..fd4f69084f 100644
--- a/src/mbgl/gl/texture_resource.hpp
+++ b/src/mbgl/gl/texture_resource.hpp
@@ -9,7 +9,7 @@ namespace gl {
class TextureResource : public gfx::TextureResource {
public:
TextureResource(UniqueTexture&& texture_, int byteSize_) : texture(std::move(texture_)), byteSize(byteSize_) {}
- ~TextureResource();
+ ~TextureResource() override;
static int getStorageSize(const Size& size, gfx::TexturePixelType format, gfx::TextureChannelDataType type);