Fix build

This commit is contained in:
Federico Cecchetto 2021-12-22 22:27:58 +01:00
parent 8c3a73c5d2
commit fee2213961

View File

@ -101,5 +101,5 @@ namespace utils::string
bool find_lower(const std::string& a, const std::string& b);
std::string truncate(const std::string& text, int length, const std::string& end);
std::string truncate(const std::string& text, const size_t length, const std::string& end);
}