we play a little fast and loose with Timer, ensure it gets no vtable

This commit is contained in:
Matthew Kennedy 2023-07-25 23:32:49 -07:00 committed by rusefillc
parent 2193634e24
commit 5644312cbe
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* Helper class with "has X amount of time elapsed since most recent reset" methods * Helper class with "has X amount of time elapsed since most recent reset" methods
* Brand new instances have most recent reset time far in the past, i.e. "hasElapse" is true for any reasonable range * Brand new instances have most recent reset time far in the past, i.e. "hasElapse" is true for any reasonable range
*/ */
class Timer { class Timer final {
public: public:
Timer(); Timer();
void reset(); void reset();