diff options
| author | 2021-10-04 17:07:51 +0100 | |
|---|---|---|
| committer | 2021-10-04 17:39:05 +0100 | |
| commit | dec5875aca7a2e0c281388db2f25d195ad9b2a3d (patch) | |
| tree | 0f8f741801677daa23e7f399282b64ecde137ad0 /src/modules/m_spanningtree/pingtimer.h | |
| parent | Mark all message tag provider classes as final. (diff) | |
Apply the final keyword to all module classes where appropriate.
Diffstat (limited to 'src/modules/m_spanningtree/pingtimer.h')
| -rw-r--r-- | src/modules/m_spanningtree/pingtimer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/pingtimer.h b/src/modules/m_spanningtree/pingtimer.h index 9529d9b52..043a1bd93 100644 --- a/src/modules/m_spanningtree/pingtimer.h +++ b/src/modules/m_spanningtree/pingtimer.h @@ -23,7 +23,8 @@ class TreeServer; /** Handles PINGing servers and killing them on timeout */ -class PingTimer : public Timer +class PingTimer final + : public Timer { enum State { |
