util/IntrusiveList: add another missing ToNode() call
This commit is contained in:
parent
1c97793b49
commit
2b30ac2351
@ -338,7 +338,7 @@ public:
|
||||
}
|
||||
|
||||
static constexpr iterator iterator_to(const T &t) noexcept {
|
||||
return {&t};
|
||||
return {&ToNode(t)};
|
||||
}
|
||||
|
||||
iterator erase(iterator i) noexcept {
|
||||
|
Loading…
Reference in New Issue
Block a user