From 3068c7a0af0afbad572f88e074235853fd8be34c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 Mar 2025 00:12:40 +0100 Subject: 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. --- fluid/fluid_filename.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid') 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); -- cgit v1.2.3