]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/process.h
Rename wxGenericImageList to wxImageList in generic wxListCtrl, too.
[wxWidgets.git] / include / wx / process.h
index 67ac9c258fbb889f3c4a2cabbca04e3a24f411d0..03993984bb662415d68fbe5e3629fe0efeb940ab 100644 (file)
@@ -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
     // 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
 
 
     // ctors