diff --git a/LibGUI/GSpinBox.h b/LibGUI/GSpinBox.h index 7bce28ce7f..c32e1d697d 100644 --- a/LibGUI/GSpinBox.h +++ b/LibGUI/GSpinBox.h @@ -21,6 +21,8 @@ public: Function on_change; + virtual const char* class_name() const override { return "GSpinBox"; } + protected: virtual void resize_event(GResizeEvent&) override;