diff --git a/svg.cpp b/svg.cpp index 818d5be..f0b699d 100644 --- a/svg.cpp +++ b/svg.cpp @@ -38,7 +38,6 @@ svg_end() { cout << "\n"; } - void show_histogram_svg(const vector& bins) { const auto MAX_WIDTH = IMAGE_WIDTH - TEXT_WIDTH; @@ -65,3 +64,4 @@ show_histogram_svg(const vector& bins) { } svg_end(); } +