diff options
| author | Marcelo Fernandez | 2017-10-03 15:09:04 -0300 |
|---|---|---|
| committer | Marcelo Fernandez | 2017-10-03 15:09:04 -0300 |
| commit | 4b695c3bdf562d55fb617a6c48eb5c1701b81325 (patch) | |
| tree | 22bc1b017d147e7b85f744ec03410f509e001df2 /drivers/unix/os_unix.h | |
| parent | c5ab18f33e34b49b0603382af4af5e3fcd18c4ed (diff) | |
| download | godot-4b695c3bdf562d55fb617a6c48eb5c1701b81325.tar.gz godot-4b695c3bdf562d55fb617a6c48eb5c1701b81325.tar.zst godot-4b695c3bdf562d55fb617a6c48eb5c1701b81325.zip | |
Diffstat (limited to 'drivers/unix/os_unix.h')
| -rw-r--r-- | drivers/unix/os_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 1cc44c0ff..87e73534c 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -97,7 +97,7 @@ public: virtual void delay_usec(uint32_t p_usec) const; virtual uint64_t get_ticks_usec() const; - virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, ProcessID *r_child_id = NULL, String *r_pipe = NULL, int *r_exitcode = NULL); + virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, ProcessID *r_child_id = NULL, String *r_pipe = NULL, int *r_exitcode = NULL, bool read_stderr = false); virtual Error kill(const ProcessID &p_pid); virtual int get_process_id() const; |
