mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
fixed compilation in tests
This commit is contained in:
parent
9fd44a53be
commit
59d08591d2
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public:
|
|||
* @param keyref the KeyRef of the key being requested
|
||||
* @return will
|
||||
*/
|
||||
bool requestKey(const RsGxsId &id, const std::list<PeerId> &peers){ return false ;}
|
||||
bool requestKey(const RsGxsId &id, const std::list<RsPeerId> &peers){ return false ;}
|
||||
bool requestPrivateKey(const RsGxsId &id){ return false;}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue