From 1024dfa81ab391765eb8838cfc7e58b03e2cb5c6 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Sun, 2 Jun 2019 14:58:02 +0200 Subject: StringViewize a bunch of things -- mostly LibGUI --- LibGUI/GCheckBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibGUI/GCheckBox.cpp') diff --git a/LibGUI/GCheckBox.cpp b/LibGUI/GCheckBox.cpp index b40c22624e..7be710fbb3 100644 --- a/LibGUI/GCheckBox.cpp +++ b/LibGUI/GCheckBox.cpp @@ -27,7 +27,7 @@ GCheckBox::GCheckBox(GWidget* parent) { } -GCheckBox::GCheckBox(const String& text, GWidget* parent) +GCheckBox::GCheckBox(const StringView& text, GWidget* parent) : GAbstractButton(text, parent) { } -- cgit v1.2.3