diff options
Diffstat (limited to 'src/libstore/crypto.hh')
-rw-r--r-- | src/libstore/crypto.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/crypto.hh b/src/libstore/crypto.hh index 33b79cb2e8fe..38d5fe2a80c6 100644 --- a/src/libstore/crypto.hh +++ b/src/libstore/crypto.hh @@ -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; |