aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_customtitle.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-10-04 17:07:51 +0100
committerGravatar Sadie Powell2021-10-04 17:39:05 +0100
commitdec5875aca7a2e0c281388db2f25d195ad9b2a3d (patch)
tree0f8f741801677daa23e7f399282b64ecde137ad0 /src/modules/m_customtitle.cpp
parentMark all message tag provider classes as final. (diff)
downloadinspircd++-dec5875aca7a2e0c281388db2f25d195ad9b2a3d.tar.gz
inspircd++-dec5875aca7a2e0c281388db2f25d195ad9b2a3d.tar.bz2
inspircd++-dec5875aca7a2e0c281388db2f25d195ad9b2a3d.zip
Apply the final keyword to all module classes where appropriate.
Diffstat (limited to 'src/modules/m_customtitle.cpp')
-rw-r--r--src/modules/m_customtitle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_customtitle.cpp b/src/modules/m_customtitle.cpp
index f93716c7f..285313d25 100644
--- a/src/modules/m_customtitle.cpp
+++ b/src/modules/m_customtitle.cpp
@@ -27,7 +27,7 @@
#include "inspircd.h"
#include "modules/whois.h"
-struct CustomTitle
+struct CustomTitle final
{
const std::string name;
const std::string password;