aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-09-25 18:55:37 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-10-29 13:38:24 +0100
commit992a2ad4757f43c02f3d06771c632a408d90ded0 (patch)
treee1c19063bab26372f1b626c404a4d9c960ae21ef /src/libstore/local-store.hh
parent05819d013fb39eb9902d952978fff7f69e0e326e (diff)
Move addToStoreFromDump to Store
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 379a06af8..77253fa4a 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -157,7 +157,7 @@ public:
true) or simply the contents of a regular file (if recursive ==
false). */
Path addToStoreFromDump(const string & dump, const string & name,
- bool recursive = true, HashType hashAlgo = htSHA256, RepairFlag repair = NoRepair);
+ bool recursive = true, HashType hashAlgo = htSHA256, RepairFlag repair = NoRepair) override;
Path addTextToStore(const string & name, const string & s,
const PathSet & references, RepairFlag repair) override;