Fix func signature

This commit is contained in:
Cristian Chiru 2022-02-20 03:32:33 +02:00
parent b23e0ad508
commit 084b88b6f4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace paths {
static const char WINDOWS_FILE_PATH_SEPARATOR = '\\';
static const char UNIX_FILE_PATH_SEPARATOR = '/';
char* windows_to_unix_file_path(std::string file_path);
char* windows_to_unix_file_path(char* input);
#endif
/**