diff options
Diffstat (limited to 'remoting/client/host_connection.h')
-rw-r--r-- | remoting/client/host_connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/host_connection.h b/remoting/client/host_connection.h index 8cd2a76..af1fda7 100644 --- a/remoting/client/host_connection.h +++ b/remoting/client/host_connection.h @@ -47,7 +47,7 @@ class HostConnection : public JingleChannel::Callback, virtual ~HostConnection(); - void Connect(const std::string& username, const std::string& auth_token, + void Connect(const std::string& username, const std::string& password, const std::string& host_jid); void Disconnect(); |