summaryrefslogtreecommitdiff
path: root/include/regchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/regchannel.h')
-rw-r--r--include/regchannel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/regchannel.h b/include/regchannel.h
index 29c203cf3..9b6a64971 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -21,7 +21,7 @@ typedef Anope::hash_map<ChannelInfo *> registered_channel_map;
extern CoreExport Serialize::Checker<registered_channel_map> RegisteredChannelList;
/* AutoKick data. */
-class CoreExport AutoKick
+class CoreExport AutoKick final
: public Serializable
{
public:
@@ -44,7 +44,7 @@ public:
/* It matters that Base is here before Extensible (it is inherited by Serializable)
*/
-class CoreExport ChannelInfo
+class CoreExport ChannelInfo final
: public Serializable
, public Extensible
{