summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/gl/offscreen_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/default/mbgl/gl/offscreen_view.hpp')
-rw-r--r--platform/default/mbgl/gl/offscreen_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/default/mbgl/gl/offscreen_view.hpp b/platform/default/mbgl/gl/offscreen_view.hpp
index bf1a9889cd..eb888272e5 100644
--- a/platform/default/mbgl/gl/offscreen_view.hpp
+++ b/platform/default/mbgl/gl/offscreen_view.hpp
@@ -12,7 +12,7 @@ class Context;
class OffscreenView : public View {
public:
OffscreenView(gl::Context&, Size size = { 256, 256 });
- ~OffscreenView();
+ ~OffscreenView() override;
void bind() override;