mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-26 18:46:42 -05:00
fixed comments from review of PR
This commit is contained in:
parent
44d6cb7be2
commit
654d760d84
6 changed files with 23 additions and 23 deletions
|
|
@ -64,7 +64,7 @@ struct RsGossipDiscoveryFriendInviteReceivedEvent : RsEvent
|
|||
class RsGossipDiscovery
|
||||
{
|
||||
public:
|
||||
virtual ~RsGossipDiscovery() {}
|
||||
virtual ~RsGossipDiscovery() = default;
|
||||
|
||||
/**
|
||||
* @brief getDiscFriends get a list of all friends of a given friend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue