From 55b1a4764752e8a52df326b7e6ec9809c28c3a8e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 23 May 2020 20:29:05 +0100 Subject: refactor(3p/nix/libexpr): Make other 'const' in Bindings::merge --- third_party/nix/src/libexpr/attr-set.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nix/src/libexpr/attr-set.hh') diff --git a/third_party/nix/src/libexpr/attr-set.hh b/third_party/nix/src/libexpr/attr-set.hh index 19d1c8f530e4..37e6d5e1ca8f 100644 --- a/third_party/nix/src/libexpr/attr-set.hh +++ b/third_party/nix/src/libexpr/attr-set.hh @@ -64,7 +64,7 @@ class Bindings { iterator end(); // Merge values from other into the current attribute - void merge(Bindings* other); + void merge(const Bindings& other); // ??? [[deprecated]] size_t capacity(); -- cgit 1.4.1