From f2ee292969692e80e967618791812efcd8cfdeff Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Wed, 6 Nov 2024 11:01:22 -0500 Subject: [PATCH] ITypedAllocator fix --- BeefLibs/corlib/src/BumpAllocator.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefLibs/corlib/src/BumpAllocator.bf b/BeefLibs/corlib/src/BumpAllocator.bf index 5abdb201..d2f91889 100644 --- a/BeefLibs/corlib/src/BumpAllocator.bf +++ b/BeefLibs/corlib/src/BumpAllocator.bf @@ -2,7 +2,7 @@ using System.Collections; namespace System { - class BumpAllocator : IRawAllocator + class BumpAllocator : ITypedAllocator { struct DtorEntry {