mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Use const ref parameters in the Web modules
This commit is contained in:
parent
b4472f4670
commit
ac2e01684c
19 changed files with 80 additions and 80 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue