mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Fix moves in appendOrSet
This commit is contained in:
parent
28dddde0ac
commit
07ac53732b
3 changed files with 15 additions and 17 deletions
|
@ -247,7 +247,7 @@ protected:
|
|||
*
|
||||
* @param append Whether to append or overwrite.
|
||||
*/
|
||||
virtual void appendOrSet(T && newValue, bool append);
|
||||
virtual void appendOrSet(T newValue, bool append);
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue