diff options
| author | 2021-10-01 05:39:12 +0100 | |
|---|---|---|
| committer | 2021-10-01 05:39:12 +0100 | |
| commit | 771534473f16a94fd97661bef7d2dbd8b2dc6c65 (patch) | |
| tree | 107e0588d87139b8a4fdab684d29ee6abfd68607 /src/modules/m_exemptchanops.cpp | |
| parent | Mark all command classes as final. (diff) | |
Mark all mode classes as final.
Diffstat (limited to 'src/modules/m_exemptchanops.cpp')
| -rw-r--r-- | src/modules/m_exemptchanops.cpp | 3 |
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) |
