OSDN Git Service

call_subprocess now accepts an array of arguments, so that arguments containing space...
[molby/Molby.git] / wxSources / MyApp.h
index e3a3764..df27e1e 100755 (executable)
@@ -225,7 +225,7 @@ class MyApp: public wxApp
        void OnBringAllWindowsToFront(wxCommandEvent &event);
        
 //     void OnEndProcess(wxProcessEvent &event);
-       int CallSubProcess(const char *cmdline, const char *procname, int (*callback)(void *) = NULL, void *callback_data = NULL, FILE *fpout = NULL, FILE *fperr = NULL, int *exitstatus_p = NULL, int *pid_p = NULL);
+       int CallSubProcess(const char **argv, const char *procname, int (*callback)(void *) = NULL, void *callback_data = NULL, FILE *fpout = NULL, FILE *fperr = NULL, int *exitstatus_p = NULL, int *pid_p = NULL);
 
        void OnActivate(wxActivateEvent &event);