diff options
author | jaseg <git@jaseg.de> | 2022-06-20 18:30:34 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-20 18:30:34 +0200 |
commit | e4a0c1ba4a16c0e0f7c1013afd924ecb41b41f05 (patch) | |
tree | 5de4c8e20238b2c1a8c527cc62441315031bcd6f /svg-flatten/src/out_svg.cpp | |
parent | 9e9cc2bc019f0e67720ad5da16315e7cd6781e78 (diff) | |
download | gerbolyze-e4a0c1ba4a16c0e0f7c1013afd924ecb41b41f05.tar.gz gerbolyze-e4a0c1ba4a16c0e0f7c1013afd924ecb41b41f05.tar.bz2 gerbolyze-e4a0c1ba4a16c0e0f7c1013afd924ecb41b41f05.zip |
Fix outline mode clip & flash handling
Diffstat (limited to 'svg-flatten/src/out_svg.cpp')
-rw-r--r-- | svg-flatten/src/out_svg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg-flatten/src/out_svg.cpp b/svg-flatten/src/out_svg.cpp index 66f0c94..80a5bdd 100644 --- a/svg-flatten/src/out_svg.cpp +++ b/svg-flatten/src/out_svg.cpp @@ -77,7 +77,7 @@ SimpleSVGOutput &SimpleSVGOutput::operator<<(const Polygon &poly) { return *this; } -SimpleSVGOutput &SimpleSVGOutput::operator<<(const DrillToken &) { +SimpleSVGOutput &SimpleSVGOutput::operator<<(const FlashToken &) { return *this; } |