mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 08:15:45 -04:00
SettingsInterface: Fix TinyString helper
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user