summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-12 14:15:16 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-13 23:32:06 +0300
commit4d75001e9af268cca015a46cc0465e39dd4eb971 (patch)
treea768076dca58e7de92d2f788f75cc891eefa7c91 /src/mbgl/style/source.hpp
parent4161d197fdb59587b3ef5deac321605fc911a2ab (diff)
downloadqtlocation-mapboxgl-4d75001e9af268cca015a46cc0465e39dd4eb971.tar.gz
[tidy] Check modernize-use-override
Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-override.html
Diffstat (limited to 'src/mbgl/style/source.hpp')
-rw-r--r--src/mbgl/style/source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/source.hpp b/src/mbgl/style/source.hpp
index c17806631b..91fc6514c8 100644
--- a/src/mbgl/style/source.hpp
+++ b/src/mbgl/style/source.hpp
@@ -46,7 +46,7 @@ public:
uint16_t tileSize,
std::unique_ptr<Tileset>&&,
std::unique_ptr<mapbox::geojsonvt::GeoJSONVT>&&);
- ~Source();
+ ~Source() override;
bool loaded = false;
void load(FileSource&);