replace all NULLs with nullptr
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ struct Lobby {
|
||||
void move_client_to_lobby(std::shared_ptr<Lobby> dest_lobby,
|
||||
std::shared_ptr<Client> c);
|
||||
|
||||
std::shared_ptr<Client> find_client(const char16_t* identifier = NULL,
|
||||
std::shared_ptr<Client> find_client(const char16_t* identifier = nullptr,
|
||||
uint64_t serial_number = 0);
|
||||
|
||||
void add_item(const PlayerInventoryItem& item);
|
||||
|
||||
Reference in New Issue
Block a user