refactor(3p/nix/libexpr): Make other 'const' in Bindings::merge

This commit is contained in:
Vincent Ambo 2020-05-23 20:29:05 +01:00
parent ab1fbd4c6e
commit 55b1a47647
2 changed files with 5 additions and 8 deletions

View file

@ -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();