Mark all timers as final

This commit is contained in:
Tim Wojtulewicz 2020-04-03 15:20:19 -04:00
parent e66148a13a
commit c2375fc88d
14 changed files with 15 additions and 15 deletions

View file

@ -13,7 +13,7 @@ namespace file_analysis {
/**
* Timer to periodically check if file analysis for a given file is inactive.
*/
class FileTimer : public Timer {
class FileTimer final : public Timer {
public:
/**