summaryrefslogtreecommitdiff
path: root/i/marvin/src/socket/test_socket_databuffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/socket/test_socket_databuffer.cc')
-rw-r--r--i/marvin/src/socket/test_socket_databuffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/socket/test_socket_databuffer.cc b/i/marvin/src/socket/test_socket_databuffer.cc
index f6f1a40..fb220a8 100644
--- a/i/marvin/src/socket/test_socket_databuffer.cc
+++ b/i/marvin/src/socket/test_socket_databuffer.cc
@@ -46,7 +46,7 @@ int main(void)
int pauseMode = 0;
// Création de la socket serveur;
- SocketServer sockServ(std::string(),4242);
+ SocketServer sockServ("",4242);
// Mise en écoute du socket serveur
sockServ.listen(12);