projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix compilation for wxUSE_LOG==0.
[wxWidgets.git]
/
src
/
unix
/
evtloopunix.cpp
diff --git
a/src/unix/evtloopunix.cpp
b/src/unix/evtloopunix.cpp
index 5797b5eedb9e88abcf1f18143dea2c43e00ad959..a44933e593ccc965662d5c0ed45b835368119993 100644
(file)
--- a/
src/unix/evtloopunix.cpp
+++ b/
src/unix/evtloopunix.cpp
@@
-37,7
+37,7
@@
#include "wx/unix/private/epolldispatcher.h"
#include "wx/private/selectdispatcher.h"
#include "wx/unix/private/epolldispatcher.h"
#include "wx/private/selectdispatcher.h"
-#define TRACE_EVENTS
_
T("events")
+#define TRACE_EVENTS
wx
T("events")
// ===========================================================================
// wxEventLoop::PipeIOHandler implementation
// ===========================================================================
// wxEventLoop::PipeIOHandler implementation