X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fglcontext.h;fp=source%2Fgraphics%2Fglcontext.h;h=ef374c1038efc6da274d5b62b370656a4b3fe2f7;hp=c637b39e95308bdf6913e7c3dbbfc52de5f9839d;hb=507fa60f32bd3f64840a2cdd1be5d68478432b55;hpb=cea95778acfd6e172639cafd7ad249cc13ceb2a6 diff --git a/source/graphics/glcontext.h b/source/graphics/glcontext.h index c637b39..ef374c1 100644 --- a/source/graphics/glcontext.h +++ b/source/graphics/glcontext.h @@ -42,7 +42,7 @@ private: Display &display; Window &window; - Private *priv = 0; + Private *priv = nullptr; public: GLContext(Window &wnd, const GLOptions &opts = GLOptions());