From 0c6e8a8123c9f74db757272f73adcbd8621e012d Mon Sep 17 00:00:00 2001 From: Michael Lutz Date: Sun, 6 Dec 2020 21:11:43 +0100 Subject: Codechange: Store file search paths as std::string. --- src/string_func.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/string_func.h') diff --git a/src/string_func.h b/src/string_func.h index 6c226c610..13e14f2d3 100644 --- a/src/string_func.h +++ b/src/string_func.h @@ -46,6 +46,7 @@ void ValidateString(const char *str); void str_fix_scc_encoded(char *str, const char *last); void str_strip_colours(char *str); bool strtolower(char *str); +bool strtolower(std::string &str, std::string::size_type offs = 0); bool StrValid(const char *str, const char *last); -- cgit v1.2.3-54-g00ecf