summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ProcessChooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/ProcessChooser.h')
-rw-r--r--Userland/Libraries/LibGUI/ProcessChooser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/ProcessChooser.h b/Userland/Libraries/LibGUI/ProcessChooser.h
index 5c7e79eef3..64e67a7292 100644
--- a/Userland/Libraries/LibGUI/ProcessChooser.h
+++ b/Userland/Libraries/LibGUI/ProcessChooser.h
@@ -31,7 +31,7 @@ private:
DeprecatedString m_window_title;
String m_button_label;
- RefPtr<Gfx::Bitmap> m_window_icon;
+ RefPtr<Gfx::Bitmap const> m_window_icon;
RefPtr<TableView> m_table_view;
RefPtr<RunningProcessesModel> m_process_model;