summaryrefslogtreecommitdiff
path: root/src/mbgl
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-12 13:01:45 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-13 23:32:05 +0300
commit92f605df326ac4b1f4dd65928d6350b97eea6096 (patch)
treedbabc7d20fdb447efbd3d7d7025ff747cd17bf9e /src/mbgl
parent9142c447e82c002a68fbf333f97508dba0e0e50c (diff)
downloadqtlocation-mapboxgl-92f605df326ac4b1f4dd65928d6350b97eea6096.tar.gz
[tidy] Check modernize-use-nullptr
Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.html
Diffstat (limited to 'src/mbgl')
-rw-r--r--src/mbgl/geometry/vao.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/geometry/vao.hpp b/src/mbgl/geometry/vao.hpp
index 150a6badbd..93489fcc7b 100644
--- a/src/mbgl/geometry/vao.hpp
+++ b/src/mbgl/geometry/vao.hpp
@@ -65,7 +65,7 @@ private:
const char *bound_shader_name = "";
GLuint bound_vertex_buffer = 0;
GLuint bound_elements_buffer = 0;
- GLbyte *bound_offset = 0;
+ GLbyte *bound_offset = nullptr;
};
} // namespace mbgl