From c3939f625ea93d79ec9739a2297b0addc782605e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 14 Oct 1998 16:30:43 +0000 Subject: [PATCH] Protected -> public git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;