diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-07 00:48:18 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-07 00:48:18 +0100 |
| commit | 9cfd932d3a0d8d8fba61e0ffb91614b8fdcbafea (patch) | |
| tree | 3581cf1c2cba5ada829a9ebdaf58c80302281c7a /fluid/code.h | |
| parent | 3068c7a0af0afbad572f88e074235853fd8be34c (diff) | |
Replce Fl_String in Fluid with std::string.
Also fix for Linux.
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 dba552e4d..84d6a4218 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -29,7 +29,7 @@ struct Fd_Text_Tree; struct Fd_Pointer_Tree; int is_id(char c); -int write_strings(const Fl_String &filename); +int write_strings(const std::string &filename); class Fd_Code_Writer { |
