diff options
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index c706a197c..55ad091f9 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -76,6 +76,8 @@ extern Fl_Menu_Item menu_decl_class_choice[]; extern Fl_Double_Window *data_panel; extern Fl_Choice *data_choice; extern Fl_Choice *data_class_choice; +#include <FL/Fl_Check_Button.H> +extern Fl_Check_Button *data_mode; extern Fl_Input *data_input; extern Fl_Input *data_filename; extern Fl_Button *data_filebrowser; |
