mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibGUI: Remove parent parameter to GUI::Widget constructor
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
|
||||
namespace GUI {
|
||||
|
||||
TextBox::TextBox(Widget* parent)
|
||||
: TextEditor(TextEditor::SingleLine, parent)
|
||||
TextBox::TextBox()
|
||||
: TextEditor(TextEditor::SingleLine)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user