mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 23:57:17 +00:00
NULL to nullptr
This commit is contained in:
@@ -40,9 +40,9 @@ public:
|
||||
* but it's the most trivial way to do this.
|
||||
*/
|
||||
#ifdef WIN32
|
||||
LoginServer() : config(NULL), db(NULL), eq_crypto(NULL), SM(NULL) { }
|
||||
LoginServer() : config(nullptr), db(nullptr), eq_crypto(nullptr), SM(nullptr) { }
|
||||
#else
|
||||
LoginServer() : config(NULL), db(NULL) { }
|
||||
LoginServer() : config(nullptr), db(nullptr) { }
|
||||
#endif
|
||||
|
||||
Config *config;
|
||||
|
||||
Reference in New Issue
Block a user