diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-23 15:17:54 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2022-11-23 15:18:01 +0100 |
| commit | 817a97bb65883b0ffdbcf9a8eb5b4431cd8a4331 (patch) | |
| tree | ad3b10bb7a0e202a53e25c3b213cc1c305b6792b /fluid/function_panel.h | |
| parent | 410e57d2db426cb4ab3c8f4b9472ee33e17a5f99 (diff) | |
Fluid: Fix variable naming and a memory leak
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index d94e02dc4..b64c1b98c 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -114,8 +114,8 @@ extern void update_sourceview_position_cb(Fl_Tabs*, void*); extern Fl_Tabs *sv_tab; extern CodeViewer *sv_source; extern CodeViewer *sv_header; -extern DesignViewer *sv_strings; -extern DesignViewer *sv_design; +extern TextViewer *sv_strings; +extern TextViewer *sv_project; extern void update_sourceview_cb(Fl_Button*, void*); extern Fl_Light_Button *sv_autorefresh; extern Fl_Light_Button *sv_autoposition; |
