mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
fixes to merged code
This commit is contained in:
parent
59b1f5c701
commit
b93c1bf3d6
13 changed files with 29 additions and 33 deletions
|
@ -103,8 +103,9 @@ class FileTransferError : public Error
|
|||
{
|
||||
public:
|
||||
FileTransfer::Error error;
|
||||
template<typename... Args>
|
||||
FileTransferError(FileTransfer::Error error, const Args & ... args)
|
||||
: Error(fs), error(error)
|
||||
: Error(args...), error(error)
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue