mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
Fix clang build
This commit is contained in:
parent
5691bac202
commit
b134546f08
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue