mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
add more explicit param names
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2032 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a38799a98e
commit
810481c8b7
2 changed files with 5 additions and 5 deletions
|
@ -634,7 +634,7 @@ bool p3Peers::isDummyFriend(std::string ssl_id) {
|
|||
return ret;
|
||||
}
|
||||
|
||||
bool p3Peers::removeFriend(std::string id)
|
||||
bool p3Peers::removeFriend(std::string ssl_or_gpgid)
|
||||
{
|
||||
#ifdef P3PEERS_DEBUG
|
||||
std::cerr << "p3Peers::removeFriend() " << id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue