X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d947bc83567d0b21a00cb18f184b7a5f0b8892c..45cb70531f80c9c7b562e8507b46c70249806da3:/tests/events/timertest.cpp diff --git a/tests/events/timertest.cpp b/tests/events/timertest.cpp index 48553a271a..56105d83fe 100644 --- a/tests/events/timertest.cpp +++ b/tests/events/timertest.cpp @@ -25,7 +25,10 @@ #include "wx/evtloop.h" #include "wx/timer.h" +// -------------------------------------------------------------------------- // helper class counting the number of timer events +// -------------------------------------------------------------------------- + class TimerCounterHandler : public wxEvtHandler { public: