From 933ee08409a7afd3d6450666dc4368b2e9647d4c Mon Sep 17 00:00:00 2001 From: melode11 Date: Sun, 26 Apr 2015 23:27:32 +0800 Subject: [PATCH] unify use of 'std' prefix --- src/sio_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sio_client.h b/src/sio_client.h index c752104d..1cf33ff7 100755 --- a/src/sio_client.h +++ b/src/sio_client.h @@ -56,7 +56,7 @@ namespace sio // Client Functions - such as send, etc. void connect(const std::string& uri); - void connect(const std::string& uri, const std::map& query); + void connect(const std::string& uri, const std::map& query); void set_reconnect_attempts(int attempts);