summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/Desktop.h')
-rw-r--r--Userland/Libraries/LibGUI/Desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/Desktop.h b/Userland/Libraries/LibGUI/Desktop.h
index fd2c2726ed..e1e18065c3 100644
--- a/Userland/Libraries/LibGUI/Desktop.h
+++ b/Userland/Libraries/LibGUI/Desktop.h
@@ -33,7 +33,7 @@ public:
DeprecatedString wallpaper_path() const;
RefPtr<Gfx::Bitmap> wallpaper_bitmap() const;
- bool set_wallpaper(RefPtr<Gfx::Bitmap> wallpaper_bitmap, Optional<DeprecatedString> path);
+ bool set_wallpaper(RefPtr<Gfx::Bitmap const> wallpaper_bitmap, Optional<DeprecatedString> path);
void set_system_effects(Vector<bool> effects) { m_system_effects = { effects }; };
SystemEffects const& system_effects() const { return m_system_effects; }