lib/alsa/AllowedFormat: use std::string_view
This commit is contained in:
@@ -54,7 +54,7 @@ AllowedFormat::AllowedFormat(StringView s)
|
||||
}
|
||||
|
||||
std::forward_list<AllowedFormat>
|
||||
AllowedFormat::ParseList(StringView s)
|
||||
AllowedFormat::ParseList(std::string_view s)
|
||||
{
|
||||
std::forward_list<AllowedFormat> list;
|
||||
auto tail = list.before_begin();
|
||||
|
Reference in New Issue
Block a user