diff options
Diffstat (limited to 'src/values.hh')
-rw-r--r-- | src/values.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/values.hh b/src/values.hh index 1bb00a9dd0d4..79ef48671f6c 100644 --- a/src/values.hh +++ b/src/values.hh @@ -15,7 +15,7 @@ void copyFile(string src, string dst); void addToStore(string srcPath, string & dstPath, Hash & hash); /* Delete a value from the nixStore directory. */ -void deleteFromStore(Hash hash); +void deleteFromStore(const string & path); /* !!! */ string queryFromStore(Hash hash); |