Change variable name

master
Ryan Lee 2016-09-20 20:10:49 -04:00
parent 5ff6132d3b
commit e536dd2940
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public:
void Connect( const string peer );
bool Send( const string& peer, const char* data, const std::size_t size, const bool wait = SYNC_OFF );
bool Send( const string& peer, const char* data, const bool wait = SYNC_OFF );
bool Send( const string& peer, const string& message, const bool wait = SYNC_OFF );
bool Send( const string& peer, const string& data, const bool wait = SYNC_OFF );
bool SetOptions( const string options );
PeerConnect& On( string event_id, std::function<void( string )> );