mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Everywhere: Pass AK::StringView by value
This commit is contained in:
@@ -141,7 +141,7 @@ ComboBox::~ComboBox()
|
||||
{
|
||||
}
|
||||
|
||||
void ComboBox::set_editor_placeholder(const StringView& placeholder)
|
||||
void ComboBox::set_editor_placeholder(StringView placeholder)
|
||||
{
|
||||
m_editor->set_placeholder(placeholder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user