parent
00a75b1cd2
commit
02654f782f
6 changed files with 8 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue