From 5249a397bf298ee033aaff5920b8c936426fbab8 Mon Sep 17 00:00:00 2001 From: BykovDA Date: Thu, 1 May 2025 13:02:03 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=82=D0=B5=D1=81=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/histogram_internal.h b/histogram_internal.h index 56f34af..a73f166 100644 --- a/histogram_internal.h +++ b/histogram_internal.h @@ -3,6 +3,6 @@ #include #include bool -find_minmax(const std::vector& numbers, double& min, double& max); +find_minmax(const std::vector numbers, double& min, double& max); -#endif +#endif \ No newline at end of file