mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02: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