X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..68893d580363f62c7579cade2d9ee8f954eaf309:/src/common/process.cpp?ds=sidebyside diff --git a/src/common/process.cpp b/src/common/process.cpp index ec9686c965..db5eb5efad 100644 --- a/src/common/process.cpp +++ b/src/common/process.cpp @@ -104,7 +104,7 @@ void wxProcess::Detach() { // we just detach from the next handler of the chain (i.e. our "parent" -- see ctor) // not also from the previous handler like wxEvtHandler::Unlink() would do: - + if (m_nextHandler) m_nextHandler->SetPreviousHandler(m_previousHandler);