aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_batch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_ircv3_batch.cpp')
-rw-r--r--src/modules/m_ircv3_batch.cpp2
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;