Enable C++11 globally

This commit is contained in:
Martin Gräßlin 2013-07-22 15:39:54 +02:00
parent 8f92e2ab91
commit e479cfb156

View file

@ -43,7 +43,7 @@ GlxBackend::GlxBackend()
, window(None)
, fbconfig(NULL)
, glxWindow(None)
, ctx(None)
, ctx(nullptr)
, haveSwapInterval(false)
{
init();