diff options
Diffstat (limited to 'third_party/nix/src/libexpr/attr-path.hh')
-rw-r--r-- | third_party/nix/src/libexpr/attr-path.hh | 2 |
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 6b22df622486..889c2158d79e 100644 --- a/third_party/nix/src/libexpr/attr-path.hh +++ b/third_party/nix/src/libexpr/attr-path.hh @@ -7,7 +7,7 @@ namespace nix { -Value* findAlongAttrPath(EvalState& state, const string& attrPath, +Value* findAlongAttrPath(EvalState& state, const std::string& attrPath, Bindings& autoArgs, Value& vIn); } |