Skip to content

Commit 933ee08

Browse files
committed
unify use of 'std' prefix
1 parent dc46165 commit 933ee08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sio_client.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace sio
5656
// Client Functions - such as send, etc.
5757
void connect(const std::string& uri);
5858

59-
void connect(const std::string& uri, const std::map<string,string>& query);
59+
void connect(const std::string& uri, const std::map<std::string,std::string>& query);
6060

6161
void set_reconnect_attempts(int attempts);
6262

0 commit comments

Comments
 (0)