]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/baseunix.cpp
Correct EnsureVisible() to show last item entirely
[wxWidgets.git] / src / unix / baseunix.cpp
index 9773a110a5be2c6a9f3075e0cebebba226d342f0..b2dacab6dd8dcf89e89f5a0f5b900a3a76b97178 100644 (file)
@@ -95,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