X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/589046c0bd6abc0836ffc97a6f4ebceea35a79c2..64ea838d8f4d1853b7d850db93ee565e901d099a:/src/unix/evtloopunix.cpp diff --git a/src/unix/evtloopunix.cpp b/src/unix/evtloopunix.cpp index 98b612cae5..a4f67ecad6 100644 --- a/src/unix/evtloopunix.cpp +++ b/src/unix/evtloopunix.cpp @@ -58,7 +58,7 @@ class PipeIOHandler : public wxFDIOHandler public: // default ctor does nothing, call Create() to really initialize the // object - PipeIOHandler() : m_pipeIsEmpty(false) { } + PipeIOHandler() : m_pipeIsEmpty(true) { } bool Create();