diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-08-14 01:56:22 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-08-14 01:56:22 +0200 |
| commit | 05c91b287f16d87f335a8cc375074d712cb8511a (patch) | |
| tree | 4047d661ce6c4a4df15274b23674f00acb4cb2dc /fluid | |
| parent | 1badb48e714d03b8d4bc2949498abc876529b64a (diff) | |
FLUID: fixing compiler warning
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index fe14742e1..6b86e6ae0 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -1968,7 +1968,7 @@ void textcolor_menu_cb(Fl_Menu_Button* i, void* v) { } void image_spacing_cb(Fl_Value_Input* i, void* v) { - Fl_Font n; int s; Fl_Color c; + int s; if (v == LOAD) { if (!current_widget->is_true_widget()) { i->deactivate(); |
