mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 14:32:42 +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;
|
bindings = newBindings;
|
||||||
}
|
}
|
||||||
|
|
||||||
friend class ExprAttrs;
|
friend struct ExprAttrs;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue