diff --git a/src/ImageSharp/Formats/Qoi/QoiMetadata.cs b/src/ImageSharp/Formats/Qoi/QoiMetadata.cs index 3440dfc1f..610c6c15b 100644 --- a/src/ImageSharp/Formats/Qoi/QoiMetadata.cs +++ b/src/ImageSharp/Formats/Qoi/QoiMetadata.cs @@ -19,7 +19,7 @@ public class QoiMetadata : IDeepCloneable /// Initializes a new instance of the class. /// /// The metadata to create an instance from. - public QoiMetadata(QoiMetadata other) + private QoiMetadata(QoiMetadata other) { this.Channels = other.Channels; this.ColorSpace = other.ColorSpace;