mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
newer standards prefer nullptr over NULL - this is most of them but there are others too
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
using namespace CTService;
|
||||
|
||||
unsigned openRequests = 0;
|
||||
CTServiceAPI *waitclient = NULL;
|
||||
CTServiceAPI *waitclient = nullptr;
|
||||
std::map<unsigned, unsigned> m_tests;
|
||||
std::string game_code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user