Merge pull request #2488 from dtzWill/fix/struct-class-minor

remote-store.hh: ConnectionHandle is struct, minor fix warning
This commit is contained in:
Eelco Dolstra 2018-10-27 12:50:16 +02:00 committed by GitHub
commit 2cf98218c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ protected:
ConnectionHandle getConnection();
friend class ConnectionHandle;
friend struct ConnectionHandle;
private: