mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
c++03 -> c++11 switch:
- use std versions of function, bind and ref - OVERRIDE -> override - NULL -> nullptr - use std versions of random distributions NOTE: this may be last revision that supports gcc-4.5
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#include "filesystem/CResourceLoader.h"
|
||||
#include "CConsoleHandler.h"
|
||||
|
||||
LibClasses * VLC = NULL;
|
||||
LibClasses * VLC = nullptr;
|
||||
|
||||
DLL_LINKAGE void preinitDLL(CConsoleHandler *Console)
|
||||
{
|
||||
|
Reference in New Issue
Block a user