]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/utilsexc.mm
Fix harmless MinGW warning in wxMSW wxListCtrl code.
[wxWidgets.git] / src / cocoa / utilsexc.mm
index 398834798f1d14b0c50887e81cc4db858e181b64..a72a3daddf97b8cc7178b25485fae725300c5050 100644 (file)
@@ -17,8 +17,6 @@
     #include "wx/utils.h"
 #endif
 
-#include "wx/unix/execute.h"
-
 #if 0
 
 #ifndef   WX_PRECOMP
@@ -142,7 +140,8 @@ WX_IMPLEMENT_GET_OBJC_CLASS(wxTaskHandler,NSObject)
 
 long wxExecute(const wxString& command,
                int sync,
-               wxProcess *handle)
+               wxProcess *handle,
+               const wxExecuteEnv *env)
 {
     NSTask* theTask = [[NSTask alloc] init];