Protected -> public

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1998-10-14 16:30:43 +00:00
parent 8a60ae88fb
commit c3939f625e

View File

@ -34,7 +34,7 @@ public:
int Interval() const { return milli; };
bool OneShot() const { return oneShot; }
protected:
public:
bool oneShot ;
int milli ;
int lastMilli ;