diff options
Diffstat (limited to 'third_party/nix/src/libexpr/attr-set.hh')
-rw-r--r-- | third_party/nix/src/libexpr/attr-set.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |