about summary refs log tree commit diff
path: root/src/libstore/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/misc.hh')
-rw-r--r--src/libstore/misc.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/misc.hh b/src/libstore/misc.hh
index 6f90ebe5e442..144cb7f457cd 100644
--- a/src/libstore/misc.hh
+++ b/src/libstore/misc.hh
@@ -32,7 +32,7 @@ void queryMissing(StoreAPI & store, const PathSet & targets,
     PathSet & willBuild, PathSet & willSubstitute, PathSet & unknown,
     unsigned long long & downloadSize, unsigned long long & narSize);
 
-bool willBuildLocally(Derivation & drv);
+bool willBuildLocally(const Derivation & drv);
 
 
 }