summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GMessageBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibGUI/GMessageBox.h')
-rw-r--r--Libraries/LibGUI/GMessageBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibGUI/GMessageBox.h b/Libraries/LibGUI/GMessageBox.h
index 25f5b4c417..f4287fc844 100644
--- a/Libraries/LibGUI/GMessageBox.h
+++ b/Libraries/LibGUI/GMessageBox.h
@@ -55,7 +55,7 @@ private:
bool should_include_ok_button() const;
bool should_include_cancel_button() const;
void build();
- RefPtr<GraphicsBitmap> icon() const;
+ RefPtr<Gfx::Bitmap> icon() const;
String m_text;
Type m_type { Type::None };