summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
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/annotation
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/annotation')
-rw-r--r--src/mbgl/annotation/annotation_tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/annotation/annotation_tile.hpp b/src/mbgl/annotation/annotation_tile.hpp
index bfe83ff557..290df3537e 100644
--- a/src/mbgl/annotation/annotation_tile.hpp
+++ b/src/mbgl/annotation/annotation_tile.hpp
@@ -16,7 +16,7 @@ public:
AnnotationTile(const OverscaledTileID&,
std::string sourceID,
const style::UpdateParameters&);
- ~AnnotationTile();
+ ~AnnotationTile() override;
void setNecessity(Necessity) final;