diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-07 19:52:54 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-07 19:52:54 +0100 |
| commit | 70e5dc23aee51fc2fe67c73390d808e01ccfbfa6 (patch) | |
| tree | 91722763edd61364b7a2259cb95e7c086d2c515e /fluid/io | |
| parent | c3571838cb10133aa913efd7523b9543a65459c1 (diff) | |
Cleaning up widget browser, renamed to Node_Browser.
Diffstat (limited to 'fluid/io')
| -rw-r--r-- | fluid/io/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/io/file.cxx b/fluid/io/file.cxx index b697325dc..ba1afeb1b 100644 --- a/fluid/io/file.cxx +++ b/fluid/io/file.cxx @@ -31,7 +31,7 @@ #include "nodes/Fl_Grid_Type.h" #include "nodes/Fl_Window_Type.h" #include "panels/settings_panel.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include <FL/Fl.H> #include <FL/Fl_Group.H> |
