Enable C++11 globally
This commit is contained in:
parent
8f92e2ab91
commit
e479cfb156
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ GlxBackend::GlxBackend()
|
|||
, window(None)
|
||||
, fbconfig(NULL)
|
||||
, glxWindow(None)
|
||||
, ctx(None)
|
||||
, ctx(nullptr)
|
||||
, haveSwapInterval(false)
|
||||
{
|
||||
init();
|
||||
|
|
Loading…
Reference in a new issue