X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d015713e787da8241e92ff86ee2e911868b8024c..6aa3ea889af9d1da98061a2ddad0550105703b73:/include/wx/mac/timer.h?ds=sidebyside diff --git a/include/wx/mac/timer.h b/include/wx/mac/timer.h index 1c4469e9a5..a050d3a1c3 100644 --- a/include/wx/mac/timer.h +++ b/include/wx/mac/timer.h @@ -21,12 +21,7 @@ class wxTimer ; -typedef struct MacTimerInfo -{ - TMTask m_task; - wxMacNotifierTableRef m_table ; - wxTimer* m_timer ; -} ; +struct MacTimerInfo ; class WXDLLEXPORT wxTimer: public wxTimerBase { @@ -41,7 +36,7 @@ public: virtual bool IsRunning() const ; - MacTimerInfo m_info; + MacTimerInfo* m_info; protected : void Init(); private: