From 6b5caf4b2c5d0beb3271bc0451709c9459341df8 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 14 Jun 2016 16:19:15 +0300 Subject: [tidy/linux] modernize-use-nullptr --- include/mbgl/platform/default/headless_view.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.1