mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 23:02:27 +00:00
value.hh: Fix warning about {struct/class} Value
This commit is contained in:
parent
a865049c4f
commit
8c6e0df45f
@ -159,7 +159,7 @@ public:
|
||||
iterator begin() { return &elems[0]; }
|
||||
iterator end() { return &elems[size]; }
|
||||
|
||||
friend class Value;
|
||||
friend struct Value;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user