diff --git a/LibGUI/GLabel.h b/LibGUI/GLabel.h index 56258145f6e..f9097a28c25 100644 --- a/LibGUI/GLabel.h +++ b/LibGUI/GLabel.h @@ -5,7 +5,7 @@ class GraphicsBitmap; -class GLabel final : public GFrame { +class GLabel : public GFrame { public: explicit GLabel(GWidget* parent = nullptr); GLabel(const String& text, GWidget* parent = nullptr);