Skip to content

Commit

Permalink
unify use of 'std' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
melode11 committed Apr 26, 2015
1 parent dc46165 commit 933ee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sio_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<string,string>& query);
void connect(const std::string& uri, const std::map<std::string,std::string>& query);

void set_reconnect_attempts(int attempts);

Expand Down

0 comments on commit 933ee08

Please sign in to comment.