mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Don't overload dumpPath()
This commit is contained in:
parent
712b616a84
commit
bb1034316d
7 changed files with 13 additions and 11 deletions
|
@ -124,7 +124,7 @@ public:
|
|||
Path addTextToStore(const string & name, const string & s,
|
||||
const PathSet & references, bool repair = false) override;
|
||||
|
||||
void dumpPath(const Path & path, Sink & sink) override;
|
||||
void narFromPath(const Path & path, Sink & sink) override;
|
||||
|
||||
void exportPath(const Path & path, bool sign, Sink & sink) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue