We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc46165 commit 933ee08Copy full SHA for 933ee08
src/sio_client.h
@@ -56,7 +56,7 @@ namespace sio
56
// Client Functions - such as send, etc.
57
void connect(const std::string& uri);
58
59
- void connect(const std::string& uri, const std::map<string,string>& query);
+ void connect(const std::string& uri, const std::map<std::string,std::string>& query);
60
61
void set_reconnect_attempts(int attempts);
62
0 commit comments