diff options
| author | 2021-11-28 21:42:52 +0000 | |
|---|---|---|
| committer | 2021-11-28 21:45:50 +0000 | |
| commit | 35c6ac48c93e7e40a2152bac8ec74b4ef13607a1 (patch) | |
| tree | 9305852c063b4302f67772ee64668489e535ba7c /src/modules/m_monitor.cpp | |
| parent | Add a snomask flag for rehash messages. (diff) | |
Fix a bunch of cases where module types were not marked as final.
Diffstat (limited to 'src/modules/m_monitor.cpp')
| -rw-r--r-- | src/modules/m_monitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_monitor.cpp b/src/modules/m_monitor.cpp index 22377f0a6..ab116e9e2 100644 --- a/src/modules/m_monitor.cpp +++ b/src/modules/m_monitor.cpp @@ -51,7 +51,7 @@ struct IRCv3::Monitor::Entry final const std::string& GetNick() const { return nick; } }; -class IRCv3::Monitor::Manager +class IRCv3::Monitor::Manager final { struct ExtData final { |
