You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -50,7 +50,7 @@ bool EMWSServer::has_peer(int p_id) const {
|
||||
}
|
||||
|
||||
Ref<WebSocketPeer> EMWSServer::get_peer(int p_id) const {
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Vector<String> EMWSServer::get_protocols() const {
|
||||
|
||||
Reference in New Issue
Block a user