Skip to content

Commit d9003b1

Browse files
committed
SettingsInterface: Fix TinyString helper
1 parent 0ebc239 commit d9003b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/settings_interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ class SettingsInterface
9797
return value;
9898
}
9999

100-
ALWAYS_INLINE SmallString GetTinyStringValue(const char* section, const char* key,
101-
const char* default_value = "") const
100+
ALWAYS_INLINE TinyString GetTinyStringValue(const char* section, const char* key,
101+
const char* default_value = "") const
102102
{
103103
TinyString value;
104104
if (!GetStringValue(section, key, &value))

0 commit comments

Comments
 (0)