mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-26 07:46:21 +02:00
value.hh: Fix warning about {struct/class} Value
This commit is contained in:
parent
a865049c4f
commit
8c6e0df45f
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public:
|
||||||
iterator begin() { return &elems[0]; }
|
iterator begin() { return &elems[0]; }
|
||||||
iterator end() { return &elems[size]; }
|
iterator end() { return &elems[size]; }
|
||||||
|
|
||||||
friend class Value;
|
friend struct Value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue