mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Update ring.odin
Someone missed the T type here ;)
This commit is contained in:
@@ -2,7 +2,7 @@ package container
|
|||||||
|
|
||||||
|
|
||||||
Ring :: struct(T: typeid) {
|
Ring :: struct(T: typeid) {
|
||||||
next, prev: ^Ring,
|
next, prev: ^Ring(T),
|
||||||
value: T,
|
value: T,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user