diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-07 01:15:57 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-07 01:15:57 +0100 |
| commit | 6acda521ccaa448eeb26f81a2432da586bed9b30 (patch) | |
| tree | c5cdcca4e341539a0165a74b59a916922ccccb40 /fluid/code.h | |
| parent | 063ff67fcdd6976be214b6fb519d45c650d5498c (diff) | |
Removes the remaining references to Fl_String.
Still to do: rename fl_filename... to fl_filename..._str
and introduce into core library.
Diffstat (limited to 'fluid/code.h')
| -rw-r--r-- | fluid/code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/code.h b/fluid/code.h index 84d6a4218..758e7bf45 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -18,10 +18,10 @@ #define _FLUID_CODE_H #include <FL/fl_attr.h> -#include "../src/Fl_String.H" #include <stdarg.h> #include <stdio.h> +#include <string> class Fl_Type; struct Fd_Identifier_Tree; |
