diff options
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 75caab7ea388..0b80312d6307 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -232,7 +232,7 @@ public: const Hash & hash, const string & name) const; Path makeFixedOutputPath(bool recursive, - HashType hashAlgo, Hash hash, string name) const; + const Hash & hash, const string & name) const; /* This is the preparatory part of addToStore() and addToStoreFixed(); it computes the store path to which srcPath |