X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e350141f124f383654fd1337314fc9f55f95cbf..b31d6326beda3790b63564cc43aa36226268ae2c:/interface/wx/timer.h diff --git a/interface/wx/timer.h b/interface/wx/timer.h index 07fbccff35..054e890057 100644 --- a/interface/wx/timer.h +++ b/interface/wx/timer.h @@ -198,6 +198,9 @@ public: class wxTimerEvent : public wxEvent { public: + wxTimerEvent(); + wxTimerEvent(wxTimer& timer); + /** Returns the interval of the timer which generated this event. */