jtk.timer: mark fields private

This commit is contained in:
Josh Holtrop 2020-06-23 16:57:51 -04:00
parent 273d0faa44
commit 5119332adb

View File

@ -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;