]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/events/timertest.cpp
remove TestTimer() (adds nothing to existing tests) and move wxStopWatch tests to...
[wxWidgets.git] / tests / events / timertest.cpp
index 48553a271a3dd84dda0c72f233cc5eeb4cde9363..56105d83fe89bd9986e8ae9dd148125547a3fb3e 100644 (file)
 #include "wx/evtloop.h"
 #include "wx/timer.h"
 
+// --------------------------------------------------------------------------
 // helper class counting the number of timer events
+// --------------------------------------------------------------------------
+
 class TimerCounterHandler : public wxEvtHandler
 {
 public: