aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_exemptchanops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_exemptchanops.cpp')
-rw-r--r--src/modules/m_exemptchanops.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_exemptchanops.cpp b/src/modules/m_exemptchanops.cpp
index bc0424cc4..1ab6e7584 100644
--- a/src/modules/m_exemptchanops.cpp
+++ b/src/modules/m_exemptchanops.cpp
@@ -31,7 +31,8 @@ enum
RPL_EXEMPTIONLIST = 954
};
-class ExemptChanOps : public ListModeBase
+class ExemptChanOps final
+ : public ListModeBase
{
public:
ExemptChanOps(Module* Creator)