diff options
Diffstat (limited to 'src/libstore/binary-cache-store.hh')
-rw-r--r-- | src/libstore/binary-cache-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/binary-cache-store.hh b/src/libstore/binary-cache-store.hh index cd963fbf9..6c1f1348c 100644 --- a/src/libstore/binary-cache-store.hh +++ b/src/libstore/binary-cache-store.hh @@ -83,7 +83,7 @@ public: /** * Dump the contents of the specified file to a sink. */ - virtual void getFile(const std::string & path, Sink & sink); + virtual box_ptr<Source> getFile(const std::string & path); virtual std::optional<std::string> getFileContents(const std::string & path); |