Review fixups

This commit is contained in:
Tim Wojtulewicz 2020-05-07 17:25:26 -07:00
parent 499a3353b5
commit 690061b01c
3 changed files with 9 additions and 23 deletions

View file

@ -23,4 +23,4 @@ class Attr;
typedef PList<Attr> attr_list;
class Timer;
typedef PList<Timer, LIST_UNORDERED> timer_list;
typedef PList<Timer, ListOrder::UNORDERED> timer_list;