diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-07 18:54:03 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-07 18:54:24 +0100 |
| commit | c3571838cb10133aa913efd7523b9543a65459c1 (patch) | |
| tree | 6820fd1e11ce523d76f4f0580c3fa7d8072dcec8 /fluid/panels/function_panel.h | |
| parent | 89f714cb4eac968c94925ee2e9629649033ef372 (diff) | |
Fluid: Rebuilding most of the widget directory.
One file per logical unit.
Namespaces.
Non-static data member initializers to never
get an uninitialized field again.
Diffstat (limited to 'fluid/panels/function_panel.h')
| -rw-r--r-- | fluid/panels/function_panel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/panels/function_panel.h b/fluid/panels/function_panel.h index 9dffa5c04..b7c9f749d 100644 --- a/fluid/panels/function_panel.h +++ b/fluid/panels/function_panel.h @@ -41,8 +41,8 @@ Fl_Double_Window* make_function_panel(); extern Fl_Menu_Item menu_f_public_member_choice[]; extern Fl_Menu_Item menu_f_public_choice[]; extern Fl_Double_Window *code_panel; -#include "widgets/CodeEditor.h" -extern CodeEditor *code_input; +#include "widgets/Code_Editor.h" +extern fld::widget::Code_Editor *code_input; extern Fl_Return_Button *code_panel_ok; extern Fl_Button *code_panel_cancel; Fl_Double_Window* make_code_panel(); @@ -68,7 +68,7 @@ extern Fl_Double_Window *decl_panel; extern Fl_Choice *decl_choice; extern Fl_Choice *decl_class_choice; #include <FL/Fl_Tile.H> -extern CodeEditor *decl_input; +extern fld::widget::Code_Editor *decl_input; extern Fl_Text_Editor *decl_comment_input; extern Fl_Return_Button *decl_panel_ok; extern Fl_Button *decl_panel_cancel; |
