Android: Fix build
This commit is contained in:
@ -160,7 +160,7 @@ std::vector<std::string> AndroidSettingsInterface::GetStringList(const char* sec
|
||||
}
|
||||
|
||||
void AndroidSettingsInterface::SetStringList(const char* section, const char* key,
|
||||
const std::vector<std::string_view>& items)
|
||||
const std::vector<std::string>& items)
|
||||
{
|
||||
Log_ErrorPrintf("SetStringList(\"%s\", \"%s\") not implemented", section, key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user