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/Operations/OperationMask.cs')
-rw-r--r--UVtools.Core/Operations/OperationMask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/Operations/OperationMask.cs b/UVtools.Core/Operations/OperationMask.cs
index 348f3de..29a0d82 100644
--- a/UVtools.Core/Operations/OperationMask.cs
+++ b/UVtools.Core/Operations/OperationMask.cs
@@ -18,7 +18,7 @@ using UVtools.Core.FileFormats;
namespace UVtools.Core.Operations;
-[Serializable]
+
public class OperationMask : Operation
{
#region Overrides