mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Mark all timers as final
This commit is contained in:
parent
e66148a13a
commit
c2375fc88d
14 changed files with 15 additions and 15 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "module_util.h"
|
||||
|
||||
// BreakpointTimer used for time-based breakpoints
|
||||
class BreakpointTimer : public Timer {
|
||||
class BreakpointTimer final : public Timer {
|
||||
public:
|
||||
BreakpointTimer(DbgBreakpoint* arg_bp, double arg_t)
|
||||
: Timer(arg_t, TIMER_BREAKPOINT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue