From cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 26 Mar 2026 22:24:16 +0000 Subject: Switch typedefs to using statements. --- modules/denychans.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/denychans.cpp') diff --git a/modules/denychans.cpp b/modules/denychans.cpp index fc1cab9db..d6e2565fa 100644 --- a/modules/denychans.cpp +++ b/modules/denychans.cpp @@ -48,8 +48,8 @@ struct BadChannel final } }; -typedef std::vector BadChannels; -typedef std::vector GoodChannels; +using BadChannels = std::vector; +using GoodChannels = std::vector; class ModuleDenyChannels final : public Module -- cgit v1.3.1-10-gc9f91