diff options
Diffstat (limited to 'LibGUI/GCheckBox.cpp')
-rw-r--r-- | LibGUI/GCheckBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |