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/OperationLayerArithmetic.cs')
-rw-r--r--UVtools.Core/Operations/OperationLayerArithmetic.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/Operations/OperationLayerArithmetic.cs b/UVtools.Core/Operations/OperationLayerArithmetic.cs
index 7e027a7..748194b 100644
--- a/UVtools.Core/Operations/OperationLayerArithmetic.cs
+++ b/UVtools.Core/Operations/OperationLayerArithmetic.cs
@@ -17,7 +17,7 @@ using UVtools.Core.FileFormats;
namespace UVtools.Core.Operations;
-[Serializable]
+
public class OperationLayerArithmetic : Operation
{
#region Members