summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/CheckBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/CheckBox.h')
-rw-r--r--Userland/Libraries/LibWeb/Layout/CheckBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/CheckBox.h b/Userland/Libraries/LibWeb/Layout/CheckBox.h
index 6de465a725..7a20d3f6e0 100644
--- a/Userland/Libraries/LibWeb/Layout/CheckBox.h
+++ b/Userland/Libraries/LibWeb/Layout/CheckBox.h
@@ -21,7 +21,7 @@ public:
bool being_pressed() const { return m_being_pressed; }
- virtual OwnPtr<Painting::Paintable> create_paintable() const override;
+ virtual RefPtr<Painting::Paintable> create_paintable() const override;
private:
virtual bool wants_mouse_events() const override { return true; }