X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da00a8bb164dd1f58dd0bb211475538a375867b4..b5a7cdc076ec7a35990b2da37a4b7b81a9cc8f85:/include/wx/process.h diff --git a/include/wx/process.h b/include/wx/process.h index 67ac9c258f..03993984bb 100644 --- a/include/wx/process.h +++ b/include/wx/process.h @@ -55,7 +55,7 @@ public: // on error NULL is returned, in any case the process object will be // deleted automatically when the process terminates and should *not* be // deleted by the caller - static wxProcess *Open(const wxString& cmd); + static wxProcess *Open(const wxString& cmd, int flags = wxEXEC_ASYNC); // ctors