From 3283c0dc45e69f1a8e180cfcb226b47d3c826649 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Fri, 26 Oct 2018 12:34:29 -0500 Subject: [PATCH] remote-store.hh: ConnectionHandle is struct, minor fix warning --- src/libstore/remote-store.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh index 7f9d7d1f5..3686dc360 100644 --- a/src/libstore/remote-store.hh +++ b/src/libstore/remote-store.hh @@ -127,7 +127,7 @@ protected: ConnectionHandle getConnection(); - friend class ConnectionHandle; + friend struct ConnectionHandle; private: