diff options
| author | 2021-10-01 06:23:26 +0100 | |
|---|---|---|
| committer | 2021-10-01 06:26:19 +0100 | |
| commit | 4095eea8737c4877e1dc380c789dab8ca50d41a0 (patch) | |
| tree | f5045ed88eacbf603831124092e2fd42fb7b745a /src/modules/m_auditorium.cpp | |
| parent | Mark more mode classes as final. (diff) | |
Mark all event hook classes as final.
Diffstat (limited to 'src/modules/m_auditorium.cpp')
| -rw-r--r-- | src/modules/m_auditorium.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_auditorium.cpp b/src/modules/m_auditorium.cpp index dd9cb4ffb..985ac2eea 100644 --- a/src/modules/m_auditorium.cpp +++ b/src/modules/m_auditorium.cpp @@ -49,7 +49,8 @@ namespace * This is not the same as OnUserJoin() because that runs only when a real join happens but this runs also when a module * such as delayjoin or hostcycle generates a join. */ -class JoinHook : public ClientProtocol::EventHook +class JoinHook final + : public ClientProtocol::EventHook { ModuleAuditorium* const parentmod; bool active; |
