projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix warnings due to using deprecated-but-used-internally methods from the header...
[wxWidgets.git]
/
src
/
os2
/
utilsgui.cpp
diff --git
a/src/os2/utilsgui.cpp
b/src/os2/utilsgui.cpp
index d75c0a0ab27d3cb0597d1ab808461c0ab2678317..79b584d217c3ec4ca63810751e61c21f1c419553 100644
(file)
--- a/
src/os2/utilsgui.cpp
+++ b/
src/os2/utilsgui.cpp
@@
-34,6
+34,7
@@
#include "wx/apptrait.h"
#include "wx/os2/private/timer.h"
#include "wx/apptrait.h"
#include "wx/os2/private/timer.h"
+#include "wx/evtloop.h"
#include "wx/os2/private.h" // includes <windows.h>
#include "wx/os2/private.h" // includes <windows.h>
@@
-267,6
+268,10
@@
wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
return new wxOS2TimerImpl(timer);
}
return new wxOS2TimerImpl(timer);
}
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
+{
+ return new wxEventLoop;
+}
// ---------------------------------------------------------------------------
// window information functions
// ---------------------------------------------------------------------------
// window information functions