code:исправление ошибки

Этот коммит содержится в:
2024-04-23 20:49:39 +03:00
родитель 555c2b4e2c
Коммит 0b3871adec

3
text.h
Просмотреть файл

@@ -3,7 +3,6 @@
#include <vector>
std::vector<size_t>
show_histogram_text(const std::vector<double>& bins);
void show_histogram_text(const std::vector <std::size_t> &bins);
#endif // TEXT_H_INCLUDED