aboutsummaryrefslogtreecommitdiff
path: root/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'value.h')
-rw-r--r--value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/value.h b/value.h
index 55037dc..37fc3d6 100644
--- a/value.h
+++ b/value.h
@@ -38,7 +38,7 @@ Value* ParseExprImpl(StringPiece s, const char* terms, bool is_command,
size_t* index_out, bool trim_right_space = false);
Value* ParseExpr(StringPiece s, bool is_command = false);
-string JoinValues(const vector<Value*> vals, const char* sep);
+string JoinValues(const vector<Value*>& vals, const char* sep);
Value* NewExpr3(Value* v1, Value* v2, Value* v3);