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 {