about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/json-to-value.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libexpr/json-to-value.hh')
-rw-r--r--third_party/nix/src/libexpr/json-to-value.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libexpr/json-to-value.hh b/third_party/nix/src/libexpr/json-to-value.hh
index 5b67b35064..f416dfbb38 100644
--- a/third_party/nix/src/libexpr/json-to-value.hh
+++ b/third_party/nix/src/libexpr/json-to-value.hh
@@ -8,6 +8,6 @@ namespace nix {
 
 MakeError(JSONParseError, EvalError)
 
-    void parseJSON(EvalState& state, const string& s, Value& v);
+    void parseJSON(EvalState& state, const std::string& s, Value& v);
 
 }