mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
NULL to nullptr
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
/** File block structure.
|
||||
\ingroup file */
|
||||
struct block_t {
|
||||
block_t() : next(NULL) {}
|
||||
block_t() : next(nullptr) {}
|
||||
struct block_t *next;
|
||||
char data[BLOCKSIZE];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user