Rename IP_Unix, IP_Address and TCP_Server to remove underscores
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
|
||||
class EditorDebuggerServerTCP : public EditorDebuggerServer {
|
||||
private:
|
||||
Ref<TCP_Server> server;
|
||||
Ref<TCPServer> server;
|
||||
|
||||
public:
|
||||
static EditorDebuggerServer *create(const String &p_protocol);
|
||||
|
||||
Reference in New Issue
Block a user