diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:49:13 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:49:13 +0500 |
| commit | c19f34db2f4a64326d03cee7edae095051660f65 (patch) | |
| tree | 3c8defa8bcafe90fb907dace5d2a21c2ca5e0f8a /fluid/tools/ExternalCodeEditor_UNIX.h | |
| parent | 43e0a37906afabb0b3b091b8d3eac9a910cae50c (diff) | |
wip
Diffstat (limited to 'fluid/tools/ExternalCodeEditor_UNIX.h')
| -rw-r--r-- | fluid/tools/ExternalCodeEditor_UNIX.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_; |
