mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Use return {} instead of return ""
This commit is contained in:
@@ -87,14 +87,14 @@ namespace Platform
|
||||
|
||||
std::string GetSteamPath()
|
||||
{
|
||||
return "";
|
||||
return {};
|
||||
}
|
||||
|
||||
# ifndef NO_TTF
|
||||
std::string GetFontPath(const TTFFontDescriptor& font)
|
||||
{
|
||||
STUB();
|
||||
return "";
|
||||
return {};
|
||||
}
|
||||
# endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user