SettingsInterface: Fix TinyString helper

Backport of d9003b10c3
This commit is contained in:
Stenzek 2024-05-15 07:58:24 +10:00 committed by Connor McLaughlin
parent 0628e8cc87
commit 3a0b26225d
1 changed files with 1 additions and 1 deletions

View File

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