]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/baseunix.cpp
Add short-cut for wxDataViewListIndexModel for generic code
[wxWidgets.git] / src / unix / baseunix.cpp
index fb2bdf58baff086f17d24c8e726e8913ed584ee5..b2dacab6dd8dcf89e89f5a0f5b900a3a76b97178 100644 (file)
@@ -34,9 +34,7 @@
 #include "wx/unix/execute.h"
 #include "wx/evtloop.h"
 
-#if wxUSE_TIMER
-    #include "wx/unix/private/timer.h"
-#endif // wxUSE_TIMER
+#include "wx/unix/private/timer.h"
 
 // for waitpid()
 #include <sys/types.h>
@@ -97,8 +95,11 @@ wxTimerImpl *wxConsoleAppTraits::CreateTimerImpl(wxTimer *timer)
 
 #endif // wxUSE_TIMER
 
+#if wxUSE_CONSOLE_EVENTLOOP
+
 wxEventLoopBase *wxConsoleAppTraits::CreateEventLoop()
 {
     return new wxEventLoop();
 }
 
+#endif // wxUSE_CONSOLE_EVENTLOOP