X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..7bade612f0f138a06f6a53d84220bb9d8ece7662:/src/common/process.cpp 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);