diff options
Diffstat (limited to 'src/libstore/misc.hh')
-rw-r--r-- | src/libstore/misc.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/misc.hh b/src/libstore/misc.hh index ad1ad80eb186..33d81ed4a07f 100644 --- a/src/libstore/misc.hh +++ b/src/libstore/misc.hh @@ -29,7 +29,7 @@ Path findOutput(const Derivation & drv, string id); derivations that will be built, and the set of output paths that will be substituted. */ void queryMissing(const PathSet & targets, - PathSet & willBuild, PathSet & willSubstitute); + PathSet & willBuild, PathSet & willSubstitute, PathSet & unknown); } |