fixed compilation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7405 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-06-12 17:05:49 +00:00
parent b44e469e0e
commit 1c00055ea9
3 changed files with 3 additions and 12 deletions

View file

@ -141,12 +141,9 @@ void ChatPage::collectedInvite_openDistantChat()
std::cerr << "Openning secured chat tunnel for virtual peer id " << gxs_id << ". Please wait..." << std::endl;
uint32_t error_code ;
DistantChatPeerId dcpid ;
if(!rsMsgs->initiateDistantChatConnexion(gxs_id,dcpid,error_code))
if(!rsMsgs->initiateDistantChatConnexion(gxs_id,error_code))
QMessageBox::critical(NULL,tr("Can't open distant chat"),tr("Cannot open distant chat. Error code=")+QString::number(error_code)) ;
else
ChatDialog::chatFriend(dcpid);
}
/** Saves the changes on this page */