1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02:00

Fix clang build

This commit is contained in:
Eelco Dolstra 2023-03-23 09:11:15 +01:00
parent 5691bac202
commit b134546f08
2 changed files with 3 additions and 0 deletions

View file

@ -56,6 +56,7 @@ struct LegacySSHStore : public virtual LegacySSHStoreConfig, public virtual Stor
LegacySSHStore(const std::string & scheme, const std::string & host, const Params & params)
: StoreConfig(params)
, CommonSSHStoreConfig(params)
, LegacySSHStoreConfig(params)
, Store(params)
, host(host)