mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 19:02:41 +01:00
Codechange: use std::string_view over const char *
This commit is contained in:
@@ -506,7 +506,7 @@ template <>
|
||||
}
|
||||
|
||||
template <>
|
||||
/* static */ const char *BaseMedia<GraphicsSet>::GetExtension()
|
||||
/* static */ std::string_view BaseMedia<GraphicsSet>::GetExtension()
|
||||
{
|
||||
return ".obg"; // OpenTTD Base Graphics
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user