mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +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
|
namespace System
|
||||||
{
|
{
|
||||||
class BumpAllocator : IRawAllocator
|
class BumpAllocator : ITypedAllocator
|
||||||
{
|
{
|
||||||
struct DtorEntry
|
struct DtorEntry
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue