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 ce1583b0c6fa..d6e181196349 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -365,7 +365,7 @@ public: virtual bool wantMassQuery() { return false; } /* Import a path into the store. */ - virtual void addToStore(const ValidPathInfo & info, const std::string & nar, + virtual void addToStore(const ValidPathInfo & info, const ref<std::string> & nar, bool repair = false, bool dontCheckSigs = false) = 0; /* Copy the contents of a path to the store and register the |