1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 05:14:10 +02:00

ITypedAllocator fix

This commit is contained in:
Brian Fiete 2024-11-06 11:01:22 -05:00
parent 04ea8a6634
commit f2ee292969

View file

@ -2,7 +2,7 @@ using System.Collections;
namespace System namespace System
{ {
class BumpAllocator : IRawAllocator class BumpAllocator : ITypedAllocator
{ {
struct DtorEntry struct DtorEntry
{ {