From: Julian Smart Date: Wed, 14 Oct 1998 16:30:43 +0000 (+0000) Subject: Protected -> public X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c3939f625ea93d79ec9739a2297b0addc782605e Protected -> public git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/timer.h b/include/wx/msw/timer.h index eb65f21795..1db218cbfc 100644 --- a/include/wx/msw/timer.h +++ b/include/wx/msw/timer.h @@ -34,7 +34,7 @@ public: int Interval() const { return milli; }; bool OneShot() const { return oneShot; } -protected: +public: bool oneShot ; int milli ; int lastMilli ;