summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx/offscreen_texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gfx/offscreen_texture.hpp')
-rw-r--r--src/mbgl/gfx/offscreen_texture.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/gfx/offscreen_texture.hpp b/src/mbgl/gfx/offscreen_texture.hpp
index 5690ff7625..d4bf5149fd 100644
--- a/src/mbgl/gfx/offscreen_texture.hpp
+++ b/src/mbgl/gfx/offscreen_texture.hpp
@@ -15,7 +15,7 @@ protected:
}
public:
- virtual ~OffscreenTexture() = default;
+ ~OffscreenTexture() override = default;
virtual bool isRenderable() = 0;