From 2e38007d1f1d6b13ad0ba5303bf58169ffb8da27 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 5 Sep 2023 15:11:09 +0200 Subject: FLUID: increases readability - removed some direct filename manipulation - central place to generate file names and paths - fixes command line filename override if no actual batch command is given --- fluid/code.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fluid/code.h') diff --git a/fluid/code.h b/fluid/code.h index 1b596075c..c327b9f21 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -18,6 +18,7 @@ #define _FLUID_CODE_H #include +#include #include #include @@ -28,7 +29,7 @@ struct Fd_Text_Tree; struct Fd_Pointer_Tree; int is_id(char c); -int write_strings(const char *sfile); +int write_strings(const Fl_String &filename); class Fd_Code_Writer { -- cgit v1.2.3