refactor(3p/nix/libexpr): Make other 'const' in Bindings::merge
This commit is contained in:
parent
ab1fbd4c6e
commit
55b1a47647
2 changed files with 5 additions and 8 deletions
2
third_party/nix/src/libexpr/attr-set.hh
vendored
2
third_party/nix/src/libexpr/attr-set.hh
vendored
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue