Codechange: use std::string_view over const char *
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ template <>
|
||||
}
|
||||
|
||||
template <>
|
||||
/* static */ const char *BaseMedia<SoundsSet>::GetExtension()
|
||||
/* static */ std::string_view BaseMedia<SoundsSet>::GetExtension()
|
||||
{
|
||||
return ".obs"; // OpenTTD Base Sounds
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user