diff options
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index f201ddbde988..20a0b45af63c 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -162,7 +162,7 @@ private: void registerValidPath(const ValidPathInfo & info, bool ignoreValidity = false); - ValidPathInfo queryPathInfo(const Path & path); + ValidPathInfo queryPathInfo(const Path & path, bool ignoreErrors = false); void rewriteReferrers(const Path & path, bool purge, PathSet referrers); |