projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't try to open clipboard if already open
[wxWidgets.git]
/
src
/
motif
/
timer.cpp
diff --git
a/src/motif/timer.cpp
b/src/motif/timer.cpp
index b6e108dee0925f03da75b014c77b97d635fdef42..edf7f20a5e1d9d15d2d5c66002ad17ea88d3ddd4 100644
(file)
--- a/
src/motif/timer.cpp
+++ b/
src/motif/timer.cpp
@@
-26,7
+26,7
@@
#include "wx/motif/private.h"
-IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler)
;
+IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler)
WX_DECLARE_VOIDPTR_HASH_MAP(wxTimer*, wxTimerHashMap);