X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/589046c0bd6abc0836ffc97a6f4ebceea35a79c2..cf1a582ab947647cd17ad481c1b95e51b211ffcc:/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();