diff options
author | Will Dietz <w@wdtz.org> | 2018-10-26 12:34:29 -0500 |
---|---|---|
committer | Will Dietz <w@wdtz.org> | 2018-10-26 13:15:48 -0500 |
commit | 3283c0dc45e69f1a8e180cfcb226b47d3c826649 (patch) | |
tree | a8797ee5ab5c9659387f6899b706c54ef539bcc9 | |
parent | f6a3dfe4e06980b2d060fd1a646cb5ca20f29779 (diff) |
remote-store.hh: ConnectionHandle is struct, minor fix warning
-rw-r--r-- | src/libstore/remote-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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: |