mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
newer standards prefer nullptr over NULL - this is most of them but there are others too
This commit is contained in:
@@ -29,8 +29,8 @@ std::string MetricsServer::m_worldCountChannelDescription;
|
||||
bool MetricsServer::m_done = false;
|
||||
Service* MetricsServer::m_metricsService;
|
||||
CMonitorAPI * MetricsServer::m_soeMonitor;
|
||||
Service * MetricsServer::ms_service = NULL;
|
||||
TaskConnection * MetricsServer::ms_taskConnection = NULL;
|
||||
Service * MetricsServer::ms_service = nullptr;
|
||||
TaskConnection * MetricsServer::ms_taskConnection = nullptr;
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user