@ -3,6 +3,6 @@
#include <vector>
void
show_histogram_svg(const std::vector<int>& bins);
show_histogram_svg(const std::vector<int>& bins, size_t IMAGE_WIDTH);
#endif //SVG_H_INCLUDED