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/ExternalCodeEditor_UNIX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/ExternalCodeEditor_UNIX.h') diff --git a/fluid/ExternalCodeEditor_UNIX.h b/fluid/ExternalCodeEditor_UNIX.h index a619cd352..9d49cf617 100644 --- a/fluid/ExternalCodeEditor_UNIX.h +++ b/fluid/ExternalCodeEditor_UNIX.h @@ -24,7 +24,7 @@ class ExternalCodeEditor { time_t file_mtime_; // last modify time of the file (used to determine if file changed) size_t file_size_; // last file size (used to determine if changed) const char *filename_; - Fl_String command_line_; + std::string command_line_; int last_error_; int alert_pipe_[2]; bool alert_pipe_open_; -- cgit v1.2.3