mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
ITypedAllocator fix
This commit is contained in:
parent
04ea8a6634
commit
f2ee292969
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ using System.Collections;
|
|||
|
||||
namespace System
|
||||
{
|
||||
class BumpAllocator : IRawAllocator
|
||||
class BumpAllocator : ITypedAllocator
|
||||
{
|
||||
struct DtorEntry
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue