From 5071b52d1af40aa5d751a6e1bbb530eac8025315 Mon Sep 17 00:00:00 2001 From: "Dima (AntonovDA)" <AntonovDAn@mpei.ru> Date: Tue, 23 Apr 2024 20:47:14 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BA=D0=B0=D1=82=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8=20=D0=BF=D0=BE=20=D0=B2=D1=8B=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4=D1=83=20my=20var?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.h b/svg.h index 632dcbf..addcdd2 100644 --- a/svg.h +++ b/svg.h @@ -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