projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix child window redraw glitches during scrolling (bug 1944002)
[wxWidgets.git]
/
src
/
common
/
timercmn.cpp
diff --git
a/src/common/timercmn.cpp
b/src/common/timercmn.cpp
index bb89232709506e28b4e75acc6412270b1cc6d308..8cfe29d11362d339c03c6e49e19d22fdc1cc4448 100644
(file)
--- a/
src/common/timercmn.cpp
+++ b/
src/common/timercmn.cpp
@@
-39,7
+39,7
@@
// wxWin macros
// ----------------------------------------------------------------------------
// wxWin macros
// ----------------------------------------------------------------------------
-IMPLEMENT_
DYNAMIC
_CLASS(wxTimerEvent, wxEvent)
+IMPLEMENT_
ABSTRACT
_CLASS(wxTimerEvent, wxEvent)
// ============================================================================
// wxTimerBase implementation
// ============================================================================
// wxTimerBase implementation