]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/utilsexc.mm
Fixed compilation of various notebook.cpp's.
[wxWidgets.git] / src / cocoa / utilsexc.mm
index 398834798f1d14b0c50887e81cc4db858e181b64..7df71bf3213d29827a551352e37fd5fd2efb5170 100644 (file)
@@ -142,7 +142,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];