Codechange: use std::string_view over const char *

This commit is contained in:
Rubidium
2025-04-27 17:17:05 +02:00
committed by rubidium42
parent c7056866a3
commit 29ceaf0a84
12 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ template <>
}
template <>
/* static */ const char *BaseMedia<SoundsSet>::GetExtension()
/* static */ std::string_view BaseMedia<SoundsSet>::GetExtension()
{
return ".obs"; // OpenTTD Base Sounds
}