]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/glcontext.h
Use nullptr in place of 0 or NULL
[libs/gui.git] / source / graphics / glcontext.h
index c637b39e95308bdf6913e7c3dbbfc52de5f9839d..ef374c1038efc6da274d5b62b370656a4b3fe2f7 100644 (file)
@@ -42,7 +42,7 @@ private:
 
        Display &display;
        Window &window;
-       Private *priv = 0;
+       Private *priv = nullptr;
 
 public:
        GLContext(Window &wnd, const GLOptions &opts = GLOptions());