From 02654f782f31d142f59af23d4a10dcf9134a7ff2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 15 Mar 2016 12:11:27 +0100 Subject: Fix Darwin build http://hydra.nixos.org/build/33279996 --- src/libstore/crypto.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/crypto.hh') 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 PublicKeys; -- cgit 1.4.1