diff options
| author | 2021-10-01 06:36:26 +0100 | |
|---|---|---|
| committer | 2021-10-01 06:36:26 +0100 | |
| commit | 5f4249c6c0e03f50f997bb6bfb7f5f4e313de485 (patch) | |
| tree | fbe2b127d3a6345c7be9081a6f81a7f2b9317d73 /src/modules/m_ircv3_batch.cpp | |
| parent | Mark all hash provider classes as final. (diff) | |
Mark all message tag provider classes as final.
Diffstat (limited to 'src/modules/m_ircv3_batch.cpp')
| -rw-r--r-- | src/modules/m_ircv3_batch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ircv3_batch.cpp b/src/modules/m_ircv3_batch.cpp index b8ee2c902..8296a4851 100644 --- a/src/modules/m_ircv3_batch.cpp +++ b/src/modules/m_ircv3_batch.cpp @@ -57,7 +57,7 @@ struct IRCv3::Batch::BatchInfo } }; -class IRCv3::Batch::ManagerImpl : public Manager +class IRCv3::Batch::ManagerImpl final : public Manager { typedef std::vector<Batch*> BatchList; |
