diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 13:41:26 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 13:41:26 +0500 |
| commit | 9575eb0a1ffa8150f70f88b5f6b55f342c3c0088 (patch) | |
| tree | 37f4d24696b03ab80b11c9d31b2c562be2e03ee3 /fluid/widgets/Formula_Input.h | |
| parent | 260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 (diff) | |
wip
Diffstat (limited to 'fluid/widgets/Formula_Input.h')
| -rw-r--r-- | fluid/widgets/Formula_Input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widgets/Formula_Input.h b/fluid/widgets/Formula_Input.h index 5daa22bd9..53321ff21 100644 --- a/fluid/widgets/Formula_Input.h +++ b/fluid/widgets/Formula_Input.h @@ -64,7 +64,7 @@ public: void callback(Fl_Callback *cb) { user_callback_ = cb; } void variables(fld::widget::Formula_Input_Vars *vars, void *user_data); - int handle(int) override; + int handle(int); }; } // namespace widget |
