Skip to content

Commit

Permalink
Use QuantumType instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 6, 2024
1 parent cebab1b commit 3b750bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magick.NET/Helpers/TemporaryImageAttacher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace ImageMagick;

internal sealed class TemporaryImageAttacher : IDisposable
{
private readonly List<IMagickImage<byte>> _images;
private readonly List<IMagickImage<QuantumType>> _images;

public TemporaryImageAttacher(List<IMagickImage<QuantumType>> images)
{
Expand Down

0 comments on commit 3b750bd

Please sign in to comment.