Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Nov 14, 2023
1 parent 75fa69f commit 116b093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BUTR.NativeAOT.Shared/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public unsafe interface IReturnValueWithValueJson<TSelf>
{
static abstract TSelf* AsValue<TValue>(TValue value, JsonTypeInfo<TValue> jsonTypeInfo, bool isOwner) where TValue: class;
}
public unsafe interface IReturnValueWithValueLength<TSelf, in TValue>
public unsafe interface IReturnValueWithValueLength<TSelf, TValue>
where TSelf : unmanaged, IReturnValueWithValueLength<TSelf, TValue>
where TValue : unmanaged
{
Expand Down

0 comments on commit 116b093

Please sign in to comment.