summaryrefslogtreecommitdiff
path: root/fluid/function_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/function_panel.h')
-rw-r--r--fluid/function_panel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index ce9e1a03b..71a5d51d3 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -64,7 +64,8 @@ extern Fl_Menu_Item menu_declblock_public_choice[];
extern Fl_Double_Window *decl_panel;
extern Fl_Choice *decl_choice;
extern Fl_Choice *decl_class_choice;
-extern Fl_Input *decl_input;
+#include <FL/Fl_Tile.H>
+extern CodeEditor *decl_input;
extern Fl_Text_Editor *decl_comment_input;
extern Fl_Return_Button *decl_panel_ok;
extern Fl_Button *decl_panel_cancel;