mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
[orbis-kernel] Improve kdelete safety
This commit is contained in:
parent
9717128c1f
commit
191a9459af
5 changed files with 12 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace orbis {
|
||||
inline namespace utils {
|
||||
template <typename T> struct LinkedNode {
|
||||
template <typename T> struct LinkedNode final {
|
||||
T object;
|
||||
LinkedNode *next = nullptr;
|
||||
LinkedNode *prev = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue