projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Patch 1678304
[wxWidgets.git]
/
src
/
os2
/
utilsgui.cpp
diff --git
a/src/os2/utilsgui.cpp
b/src/os2/utilsgui.cpp
index 03436d722ba4563e6881004ea8e60b1379e0a283..d75c0a0ab27d3cb0597d1ab808461c0ab2678317 100644
(file)
--- a/
src/os2/utilsgui.cpp
+++ b/
src/os2/utilsgui.cpp
@@
-33,6
+33,7
@@
#endif //WX_PRECOMP
#include "wx/apptrait.h"
#endif //WX_PRECOMP
#include "wx/apptrait.h"
+#include "wx/os2/private/timer.h"
#include "wx/os2/private.h" // includes <windows.h>
#include "wx/os2/private.h" // includes <windows.h>
@@
-261,6
+262,11
@@
wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
return wxPORT_OS2;
}
return wxPORT_OS2;
}
+wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
+{
+ return new wxOS2TimerImpl(timer);
+}
+
// ---------------------------------------------------------------------------
// window information functions
// ---------------------------------------------------------------------------
// window information functions