diff options
Diffstat (limited to 'Applications/SoundPlayer/SampleWidget.cpp')
-rw-r--r-- | Applications/SoundPlayer/SampleWidget.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Applications/SoundPlayer/SampleWidget.cpp b/Applications/SoundPlayer/SampleWidget.cpp index aab15facba..1346c218a3 100644 --- a/Applications/SoundPlayer/SampleWidget.cpp +++ b/Applications/SoundPlayer/SampleWidget.cpp @@ -29,8 +29,7 @@ #include <LibGUI/Painter.h> #include <LibM/math.h> -SampleWidget::SampleWidget(GUI::Widget* parent) - : GUI::Frame(parent) +SampleWidget::SampleWidget() { set_frame_shape(Gfx::FrameShape::Container); set_frame_shadow(Gfx::FrameShadow::Sunken); |