diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-07 00:12:40 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-07 00:12:40 +0100 |
| commit | 3068c7a0af0afbad572f88e074235853fd8be34c (patch) | |
| tree | 56011d5e67022f7f68c3ff1581d0598a5a37fc40 /fluid | |
| parent | 27101536f6a75294ebaa196d82c3ef13eb0a705a (diff) | |
Fl_String is now just an alias for std::string.
All mentions of Fl_String will be replaced with std::string
and the Fl_String implementation will be removed.
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/fluid_filename.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid_filename.h b/fluid/fluid_filename.h index 8a97f132c..2ac489ee6 100644 --- a/fluid/fluid_filename.h +++ b/fluid/fluid_filename.h @@ -39,7 +39,7 @@ # if defined(__cplusplus) -class Fl_String; +#include "../src/Fl_String.H" Fl_String fl_filename_shortened(const Fl_String &filename, int maxchars); Fl_String fl_filename_name(const Fl_String &filename); |
