X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78e87bf7b8fb25529f77881834c75ae1614e6552..4e878f44abee3e03cf981772e9c623f0c16408c9:/interface/wx/timer.h diff --git a/interface/wx/timer.h b/interface/wx/timer.h index 6d11c2484c..3960006bee 100644 --- a/interface/wx/timer.h +++ b/interface/wx/timer.h @@ -74,7 +74,7 @@ public: If non-@NULL this is the event handler which will receive the timer events (see wxTimerEvent) when the timer is running. */ - wxEvtHandler GetOwner() const; + wxEvtHandler* GetOwner() const; /** Returns @true if the timer is one shot, i.e. if it will stop after firing @@ -178,6 +178,6 @@ public: /** Returns the timer object which generated this event. */ - wxTimer GetTimer() const; + wxTimer& GetTimer() const; };