From c7acbc05d19315f54ca4eecfe0787ae062885491 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 6 May 2026 12:45:19 +0100 Subject: Make CommandBase::Params final. --- include/command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/command.h b/include/command.h index 80621c6f2..1d36ef281 100644 --- a/include/command.h +++ b/include/command.h @@ -145,7 +145,8 @@ class CoreExport CommandBase { public: /** Encapsulates parameters to a command. */ - class Params : public std::vector + class Params final + : public std::vector { private: /* IRCv3 message tags. */ -- cgit v1.3.1-10-gc9f91