X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3939f625ea93d79ec9739a2297b0addc782605e..ae8db4dc3a54dbecb56ae8ee6fa452fdf7896021:/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 ;