about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/attr-path.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libexpr/attr-path.hh')
-rw-r--r--third_party/nix/src/libexpr/attr-path.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libexpr/attr-path.hh b/third_party/nix/src/libexpr/attr-path.hh
index a71ceb9a06..97170be840 100644
--- a/third_party/nix/src/libexpr/attr-path.hh
+++ b/third_party/nix/src/libexpr/attr-path.hh
@@ -8,6 +8,6 @@
 namespace nix {
 
 Value* findAlongAttrPath(EvalState& state, const std::string& attrPath,
-                         Bindings& autoArgs, Value& vIn);
+                         Bindings* autoArgs, Value& vIn);
 
 }