diff options
Diffstat (limited to 'core/io/tcp_server.h')
| -rw-r--r-- | core/io/tcp_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/tcp_server.h b/core/io/tcp_server.h index 5fd65575f..3d7b3ddd8 100644 --- a/core/io/tcp_server.h +++ b/core/io/tcp_server.h @@ -43,7 +43,7 @@ protected: static TCP_Server* (*_create)(); //bind helper - Error _listen(uint16_t p_port, DVector<String> p_accepted_hosts=DVector<String>()); + Error _listen(uint16_t p_port, PoolVector<String> p_accepted_hosts=PoolVector<String>()); static void _bind_methods(); public: |
