1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 11:21:47 +02:00

remote-store.hh: ConnectionHandle is struct, minor fix warning

This commit is contained in:
Will Dietz 2018-10-26 12:34:29 -05:00
parent f6a3dfe4e0
commit 3283c0dc45

View file

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