diff options
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; } |