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 6b22df6224..889c2158d7 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);
 
 }