jtk.timer: mark fields private
This commit is contained in:
parent
273d0faa44
commit
5119332adb
@ -7,9 +7,9 @@ class Timer
|
|||||||
{
|
{
|
||||||
private static Timer[Timer] timers;
|
private static Timer[Timer] timers;
|
||||||
|
|
||||||
ulong next;
|
private ulong next;
|
||||||
|
|
||||||
ulong interval;
|
private ulong interval;
|
||||||
|
|
||||||
void * user;
|
void * user;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user