52c52
< void touch(int64_t set, int64_t way, Tick time);
---
> void touch(int64_t set, int64_t way, Tick time) override;
56c56
< bool useOccupancy() const { return true; }
---
> bool useOccupancy() const override { return true; }