projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correct the name of the header for GTK+ < 2.14.
[wxWidgets.git]
/
src
/
common
/
process.cpp
diff --git
a/src/common/process.cpp
b/src/common/process.cpp
index ec9686c965bca3118912d95e1599fac632bbc787..db5eb5efad902cb4951e3ed748d089e1192bbf40 100644
(file)
--- 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);