mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01:00
Fix friend struct/class mismatch warning
This commit is contained in:
parent
c40e2afd33
commit
05b9dac754
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ public:
|
|||
bindings = newBindings;
|
||||
}
|
||||
|
||||
friend class ExprAttrs;
|
||||
friend struct ExprAttrs;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue