diff options
Diffstat (limited to 'Applications/FontEditor/GlyphMapWidget.h')
-rw-r--r-- | Applications/FontEditor/GlyphMapWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/FontEditor/GlyphMapWidget.h b/Applications/FontEditor/GlyphMapWidget.h index 4598585b63..e9a9866ff5 100644 --- a/Applications/FontEditor/GlyphMapWidget.h +++ b/Applications/FontEditor/GlyphMapWidget.h @@ -51,7 +51,7 @@ public: Function<void(u8)> on_glyph_selected; private: - GlyphMapWidget(Gfx::Font&, GUI::Widget* parent); + explicit GlyphMapWidget(Gfx::Font&); virtual void paint_event(GUI::PaintEvent&) override; virtual void mousedown_event(GUI::MouseEvent&) override; |