X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgraphics%2Fglcontext.h;h=ef374c1038efc6da274d5b62b370656a4b3fe2f7;hb=3c5bbaeadb33d288c0f9e487b52904b7ed7e4319;hp=c637b39e95308bdf6913e7c3dbbfc52de5f9839d;hpb=0ea9d1cd23fa58281e3726c088fc7961d8a29a29;p=libs%2Fgui.git 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());