diff options
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 9d7f8d996..08740183d 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -88,7 +88,7 @@ extern Fl_Light_Button *comment_in_header; extern Fl_Menu_Button *comment_predefined; extern Fl_Button *comment_load; Fl_Double_Window* make_comment_panel(); -void type_make_cb(Fl_Widget*w,void*d); +void type_make_cb(Fl_Widget*,void*d); #include <FL/Fl_Window.H> extern Fl_Window *widgetbin_panel; extern void type_make_cb(Fl_Button*, void*); |
