projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make SaveFile and LoadFile virtual so they can be overridden
[wxWidgets.git]
/
src
/
unix
/
baseunix.cpp
diff --git
a/src/unix/baseunix.cpp
b/src/unix/baseunix.cpp
index 9773a110a5be2c6a9f3075e0cebebba226d342f0..b2dacab6dd8dcf89e89f5a0f5b900a3a76b97178 100644
(file)
--- a/
src/unix/baseunix.cpp
+++ b/
src/unix/baseunix.cpp
@@
-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