Skip to content

Commit eb5c6a7

Browse files
authored
private QoiMetadata(QoiMetadata other)
1 parent 1069a6d commit eb5c6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Qoi/QoiMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public QoiMetadata()
1919
/// Initializes a new instance of the <see cref="QoiMetadata"/> class.
2020
/// </summary>
2121
/// <param name="other">The metadata to create an instance from.</param>
22-
public QoiMetadata(QoiMetadata other)
22+
private QoiMetadata(QoiMetadata other)
2323
{
2424
this.Channels = other.Channels;
2525
this.ColorSpace = other.ColorSpace;

0 commit comments

Comments
 (0)