SettingsInterface: Fix TinyString helper

This commit is contained in:
Stenzek 2024-05-14 21:22:55 +10:00
parent 0ebc239003
commit d9003b10c3
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ public:
return value;
}
ALWAYS_INLINE SmallString GetTinyStringValue(const char* section, const char* key,
const char* default_value = "") const
ALWAYS_INLINE TinyString GetTinyStringValue(const char* section, const char* key,
const char* default_value = "") const
{
TinyString value;
if (!GetStringValue(section, key, &value))