projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Finished adding @tableofcontents to all overviews in the manual.
[wxWidgets.git]
/
src
/
unix
/
evtloopunix.cpp
diff --git
a/src/unix/evtloopunix.cpp
b/src/unix/evtloopunix.cpp
index 98b612cae5108d9951029f29a965bbd897373f07..a4f67ecad633248127db883e71f257f4a511ad50 100644
(file)
--- 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(
fals
e) { }
+ PipeIOHandler() : m_pipeIsEmpty(
tru
e) { }
bool Create();