mirror of
https://github.com/NixOS/nix.git
synced 2025-04-16 06:08:03 +00:00
Fix friend struct
/class
mismatch warning
This commit is contained in:
parent
c40e2afd33
commit
05b9dac754
@ -189,7 +189,7 @@ public:
|
||||
bindings = newBindings;
|
||||
}
|
||||
|
||||
friend class ExprAttrs;
|
||||
friend struct ExprAttrs;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user