summaryrefslogtreecommitdiff
path: root/LibGUI/GDesktop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI/GDesktop.cpp')
-rw-r--r--LibGUI/GDesktop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GDesktop.cpp b/LibGUI/GDesktop.cpp
index 234db21a84..809fdc80f0 100644
--- a/LibGUI/GDesktop.cpp
+++ b/LibGUI/GDesktop.cpp
@@ -24,7 +24,7 @@ void GDesktop::did_receive_screen_rect(Badge<GEventLoop>, const Rect& rect)
on_rect_change(rect);
}
-bool GDesktop::set_wallpaper(const String& path)
+bool GDesktop::set_wallpaper(const StringView& path)
{
WSAPI_ClientMessage message;
message.type = WSAPI_ClientMessage::Type::SetWallpaper;