projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bracketing opengl code that doesn't work on OpenGL ES
[wxWidgets.git]
/
src
/
common
/
timerimpl.cpp
diff --git
a/src/common/timerimpl.cpp
b/src/common/timerimpl.cpp
index 4ab6fa8e23950216290c6ae1075ba22be5064a21..c2ac8e8712865e56c09eaf220652e61f02642c85 100644
(file)
--- a/
src/common/timerimpl.cpp
+++ b/
src/common/timerimpl.cpp
@@
-49,7
+49,7
@@
void wxTimerImpl::SetOwner(wxEvtHandler *owner, int timerid)
void wxTimerImpl::SendEvent()
{
wxTimerEvent event(*m_timer);
- (void)m_owner->ProcessEvent(event);
+ (void)m_owner->
Safely
ProcessEvent(event);
}
bool wxTimerImpl::Start(int milliseconds, bool oneShot)