From 9cfd932d3a0d8d8fba61e0ffb91614b8fdcbafea Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 Mar 2025 00:48:18 +0100 Subject: Replce Fl_String in Fluid with std::string. Also fix for Linux. --- fluid/code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/code.h') 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 { -- cgit v1.2.3