]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/evtloopunix.cpp
Add missing WXK constants for the control keys
[wxWidgets.git] / src / unix / evtloopunix.cpp
index 98b612cae5108d9951029f29a965bbd897373f07..a4f67ecad633248127db883e71f257f4a511ad50 100644 (file)
@@ -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();