From 88cb76a90c45af81ad49b3c6259d0de44bfba46e Mon Sep 17 00:00:00 2001 From: BezhenarAN Date: Wed, 24 Apr 2024 07:39:13 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= =?UTF-8?q?=20=D1=81=20;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histogram_internal.h b/histogram_internal.h index 616921d..a4eddaa 100644 --- a/histogram_internal.h +++ b/histogram_internal.h @@ -3,6 +3,6 @@ #include -void find_minmax(const std::vector &numbers, double &min, double &max) +void find_minmax(const std::vector &numbers, double &min, double &max); #endif // HISTOGRAM_INTERNAL_H_INCLUDED