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/Gerber/Primitives/CommentPrimitive.cs')
-rw-r--r--UVtools.Core/Gerber/Primitives/CommentPrimitive.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/Gerber/Primitives/CommentPrimitive.cs b/UVtools.Core/Gerber/Primitives/CommentPrimitive.cs
index 25a9b07..a909911 100644
--- a/UVtools.Core/Gerber/Primitives/CommentPrimitive.cs
+++ b/UVtools.Core/Gerber/Primitives/CommentPrimitive.cs
@@ -50,7 +50,7 @@ public class CommentPrimitive : Primitive
}
- public override void ParseExpressions(params string[] args)
+ public override void ParseExpressions(GerberDocument document, params string[] args)
{
}
} \ No newline at end of file