diff --git a/svg.h b/svg.h index 632dcbf..addcdd2 100644 --- a/svg.h +++ b/svg.h @@ -3,6 +3,6 @@ #include void -show_histogram_svg(const std::vector& bins); +show_histogram_svg(const std::vector& bins, size_t IMAGE_WIDTH); #endif //SVG_H_INCLUDED