Skip to content

Commit

Permalink
Merge branch 'coreanimation-xcode13.1' of github.com:mandel-macaque/x…
Browse files Browse the repository at this point in the history
…amarin-macios into coreanimation-xcode13.1
  • Loading branch information
mandel-macaque committed Nov 3, 2021
2 parents 310a562 + 20c1cef commit 28a0ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreAnimation/CAFrameRateRange.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public bool IsEqualTo (CAFrameRateRange other)

#if !COREBUILD
[Field ("CAFrameRateRangeDefault", "CoreAnimation")]
public static CAFrameRateRange Default => (CAFrameRateRange) Marshal.PtrToStructure (Dlfcn.GetIndirect (Libraries.CoreAnimation.Handle, "CAFrameRateRangeDefault"), typeof (CAFrameRateRange))!;
public static CAFrameRateRange Default => Marshal.PtrToStructure<CAFrameRateRange> (Dlfcn.GetIndirect (Libraries.CoreAnimation.Handle, "CAFrameRateRangeDefault"))!;
#endif

}
Expand Down

0 comments on commit 28a0ede

Please sign in to comment.