X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b19f0560fa6c220595e060239c74f843ca55b68..de44a9f06d5c9f925de9ae98e426991ed279ceef:/include/wx/msw/timer.h diff --git a/include/wx/msw/timer.h b/include/wx/msw/timer.h index 1db218cbfc..8ce875f657 100644 --- a/include/wx/msw/timer.h +++ b/include/wx/msw/timer.h @@ -20,6 +20,8 @@ class WXDLLEXPORT wxTimer : public wxObject { +friend void wxProcessTimer(wxTimer& timer); + public: wxTimer(); ~wxTimer(); @@ -34,7 +36,7 @@ public: int Interval() const { return milli; }; bool OneShot() const { return oneShot; } -public: +protected: bool oneShot ; int milli ; int lastMilli ;