Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/ImageFile.cs')
-rw-r--r--UVtools.Core/FileFormats/ImageFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/FileFormats/ImageFile.cs b/UVtools.Core/FileFormats/ImageFile.cs
index f80b8f1..e13b738 100644
--- a/UVtools.Core/FileFormats/ImageFile.cs
+++ b/UVtools.Core/FileFormats/ImageFile.cs
@@ -107,7 +107,7 @@ namespace UVtools.Core.FileFormats
this[0].LayerMat.Save(FileFullPath);
}
- public override FileFormat Convert(Type to, string fileFullPath, OperationProgress progress = null)
+ public override FileFormat Convert(Type to, string fileFullPath, uint version = 0, OperationProgress progress = null)
{
throw new NotSupportedException();
}