Skip to content

Commit

Permalink
replace double colon style of 'sio::socket::ptr'
Browse files Browse the repository at this point in the history
  • Loading branch information
melode11 committed Apr 14, 2015
1 parent 39042f6 commit 5342626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/internal/sio_client_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void set_##__FIELD__(__TYPE__ const& l) \
// Client Functions - such as send, etc.
void connect(const std::string& uri);

::sio::socket::ptr const& socket(const std::string& nsp);
sio::socket::ptr const& socket(const std::string& nsp);

// Closes the connection
void close();
Expand Down
2 changes: 1 addition & 1 deletion src/sio_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace sio

void set_reconnect_delay_max(unsigned millis);

::sio::socket::ptr const& socket(const std::string& nsp = "");
sio::socket::ptr const& socket(const std::string& nsp = "");

// Closes the connection
void close();
Expand Down

0 comments on commit 5342626

Please sign in to comment.