summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/Notification.h')
-rw-r--r--Userland/Libraries/LibGUI/Notification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/Notification.h b/Userland/Libraries/LibGUI/Notification.h
index 42fac9fbe5..b5f200c9cb 100644
--- a/Userland/Libraries/LibGUI/Notification.h
+++ b/Userland/Libraries/LibGUI/Notification.h
@@ -57,7 +57,7 @@ private:
bool m_title_dirty;
DeprecatedString m_text;
bool m_text_dirty;
- RefPtr<Gfx::Bitmap> m_icon;
+ RefPtr<Gfx::Bitmap const> m_icon;
bool m_icon_dirty;
bool m_destroyed { false };