projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correct access for virtuals
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
timer.h
diff --git
a/include/wx/gtk1/timer.h
b/include/wx/gtk1/timer.h
index ec715f932ca117dad36229fd09944d48376a37f6..1f78b5de53e6647821279a51f6f325015cd55f07 100644
(file)
--- a/
include/wx/gtk1/timer.h
+++ b/
include/wx/gtk1/timer.h
@@
-20,7
+20,7
@@
public:
wxTimer() { Init(); }
wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id)
{ Init(); }
- ~wxTimer();
+
virtual
~wxTimer();
virtual bool Start( int millisecs = -1, bool oneShot = FALSE );
virtual void Stop();