Skip to content

Commit

Permalink
Another correction of the type of the overload.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 15, 2023
1 parent 7eeaa02 commit 2d3241f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace ImageMagick;

internal sealed partial class UnsafePixelCollection
{
public override ReadOnlySpan<byte> GetReadOnlyArea(IMagickGeometry geometry)
public override ReadOnlySpan<QuantumType> GetReadOnlyArea(IMagickGeometry geometry)
{
if (geometry is null)
return default;
Expand Down

0 comments on commit 2d3241f

Please sign in to comment.