From c19f34db2f4a64326d03cee7edae095051660f65 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 02:49:13 +0500 Subject: wip --- fluid/tools/ExternalCodeEditor_UNIX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/tools/ExternalCodeEditor_UNIX.h') diff --git a/fluid/tools/ExternalCodeEditor_UNIX.h b/fluid/tools/ExternalCodeEditor_UNIX.h index dfcc1e785..0542a5e94 100644 --- a/fluid/tools/ExternalCodeEditor_UNIX.h +++ b/fluid/tools/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_; - std::string command_line_; + char *command_line_; int last_error_; int alert_pipe_[2]; bool alert_pipe_open_; -- cgit v1.2.3