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

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

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

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