diff --git a/BeefLibs/corlib/src/Reflection/MethodInfo.bf b/BeefLibs/corlib/src/Reflection/MethodInfo.bf index dd0f170a..4569dd27 100644 --- a/BeefLibs/corlib/src/Reflection/MethodInfo.bf +++ b/BeefLibs/corlib/src/Reflection/MethodInfo.bf @@ -619,7 +619,7 @@ namespace System.Reflection if (genericType.UnspecializedType == typeof(Nullable<>)) { argType = paramType; - dataPtr = ScopedAllocZero!(paramType.Size, 16); + dataPtr = ScopedAllocZero!::(paramType.Size, 16); isValid = true; handled = true; }