Fix Darwin build

http://hydra.nixos.org/build/33279996
This commit is contained in:
Eelco Dolstra 2016-03-15 12:11:27 +01:00
parent 00a75b1cd2
commit 02654f782f
6 changed files with 8 additions and 4 deletions

View file

@ -39,7 +39,7 @@ struct PublicKey : Key
private:
PublicKey(const std::string & name, const std::string & key)
: Key(name, key) { }
friend class SecretKey;
friend struct SecretKey;
};
typedef std::map<std::string, PublicKey> PublicKeys;