diff --git a/LibGUI/GLabel.h b/LibGUI/GLabel.h index 56258145f6e461c86d2328f3525d61e5689bd562..f9097a28c2506c3fa990a12813567a8245031929 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);