]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/apptraits.cpp
upported wxHelpProvider docs fixes from r52197; minor tweaks to Doxygen docs of other...
[wxWidgets.git] / src / unix / apptraits.cpp
index b81b55db1717af5a03a9fd3d40e03f0383134678..97c34373078c9a3da50c2cfbfe744838d3337ae6 100644 (file)
@@ -58,11 +58,9 @@ int wxGUIAppTraits::WaitForChild(wxExecuteData& execData)
     endProcData.tag = AddProcessCallback
                       (
                          &endProcData,
-                         execData.pipeEndProcDetect.Detach(wxPipe::Read)
+                         execData.GetEndProcReadFD()
                       );
 
-    execData.pipeEndProcDetect.Close();
-
 
     // prepare to wait for the child termination: show to the user that we're
     // busy and refuse all input unless explicitly told otherwise