mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 13:36:02 +01: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