diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-09 10:41:07 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-12 18:07:36 +0300 |
commit | 9894e58047f75994075083d2a5e0c4b3207169b0 (patch) | |
tree | c97efe1b2fb25fbab11ad991f64540fbe98cf2bc /platform/default | |
parent | 24137c4812d9114fbcea280baf26e3fbbf57af5e (diff) | |
download | qtlocation-mapboxgl-9894e58047f75994075083d2a5e0c4b3207169b0.tar.gz |
[tidy] modernize-use-override
Diffstat (limited to 'platform/default')
-rw-r--r-- | platform/default/mbgl/gl/offscreen_view.hpp | 2 |
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; |