mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
StringViewize a bunch of things -- mostly LibGUI
This commit is contained in:
committed by
Andreas Kling
parent
f9ba7adae2
commit
1024dfa81a
@@ -272,7 +272,7 @@ void GDirectoryModel::update()
|
||||
did_update();
|
||||
}
|
||||
|
||||
void GDirectoryModel::open(const String& a_path)
|
||||
void GDirectoryModel::open(const StringView& a_path)
|
||||
{
|
||||
FileSystemPath canonical_path(a_path);
|
||||
auto path = canonical_path.string();
|
||||
|
||||
Reference in New Issue
Block a user