summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-14 16:19:15 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-14 22:14:11 +0300
commit6b5caf4b2c5d0beb3271bc0451709c9459341df8 (patch)
treeb6e5b2276f39ee8a4dda7c0e53bf7dc57d3e2940 /include
parent7413061f8e2dde553de2d6bd4021a1c6855fc1b0 (diff)
downloadqtlocation-mapboxgl-6b5caf4b2c5d0beb3271bc0451709c9459341df8.tar.gz
[tidy/linux] modernize-use-nullptr
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/default/headless_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/platform/default/headless_view.hpp b/include/mbgl/platform/default/headless_view.hpp
index b2d0a6e5ac..e3acc8e379 100644
--- a/include/mbgl/platform/default/headless_view.hpp
+++ b/include/mbgl/platform/default/headless_view.hpp
@@ -74,7 +74,7 @@ private:
#if MBGL_USE_GLX
Display *xDisplay = nullptr;
GLXFBConfig *fbConfigs = nullptr;
- GLXContext glContext = 0;
+ GLXContext glContext = nullptr;
GLXPbuffer glxPbuffer = 0;
#endif