You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Use const ref parameters in the Web modules
This commit is contained in:
@@ -47,7 +47,7 @@ private:
|
||||
public:
|
||||
static EditorDebuggerServer *create(const String &p_protocol);
|
||||
|
||||
void _peer_connected(int p_peer, String p_protocol);
|
||||
void _peer_connected(int p_peer, const String &p_protocol);
|
||||
void _peer_disconnected(int p_peer, bool p_was_clean);
|
||||
|
||||
virtual void poll() override;
|
||||
|
||||
Reference in New Issue
Block a user