about summary refs log tree commit diff
path: root/third_party/nix/src/nix/command.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/command.hh')
-rw-r--r--third_party/nix/src/nix/command.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix/command.hh b/third_party/nix/src/nix/command.hh
index a86f4782133f..829ce080d3a2 100644
--- a/third_party/nix/src/nix/command.hh
+++ b/third_party/nix/src/nix/command.hh
@@ -149,7 +149,7 @@ class MultiCommand : virtual Args {
 
   std::shared_ptr<Command> command;
 
-  MultiCommand(const Commands& commands);
+  MultiCommand(Commands commands);
 
   void printHelp(const string& programName, std::ostream& out) override;