Skip to content

Commit

Permalink
Forgot to save the file...
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Dec 24, 2024
1 parent c2224c9 commit 5ce63d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magick.NET.Core/IMagickImage{TQuantumType}.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace ImageMagick;
/// Interface that represents an ImageMagick image.
/// </summary>
/// <typeparam name="TQuantumType">The quantum type.</typeparam>
public partial interface IMagickImage<TQuantumType> : IMagickImageCloneMutator<TQuantumType>, IMagickImage, IComparable<IMagickImage<TQuantumType>?>
public partial interface IMagickImage<TQuantumType> : IMagickImageCreateOperations<TQuantumType>, IMagickImage, IComparable<IMagickImage<TQuantumType>?>
where TQuantumType : struct, IConvertible
{
/// <summary>
Expand Down

0 comments on commit 5ce63d9

Please sign in to comment.