From 0b3871adecc9c7e17255c12de17dfdc1f3775abe Mon Sep 17 00:00:00 2001 From: BezhenarAN Date: Tue, 23 Apr 2024 20:49:39 +0300 Subject: [PATCH] =?UTF-8?q?code:=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- text.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/text.h b/text.h index 930d68a..86bd41e 100644 --- a/text.h +++ b/text.h @@ -3,7 +3,6 @@ #include -std::vector -show_histogram_text(const std::vector& bins); +void show_histogram_text(const std::vector &bins); #endif // TEXT_H_INCLUDED