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/dccallow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/dccallow.cpp') diff --git a/modules/dccallow.cpp b/modules/dccallow.cpp index 62a39a00b..f52e16851 100644 --- a/modules/dccallow.cpp +++ b/modules/dccallow.cpp @@ -101,11 +101,11 @@ public: } }; -typedef std::vector userlist; +using userlist = std::vector; userlist ul; -typedef std::vector dccallowlist; +using dccallowlist = std::vector; dccallowlist* dl; -typedef std::vector bannedfilelist; +using bannedfilelist = std::vector; bannedfilelist bfl; class DCCAllowExt final -- cgit v1.3.1-10-gc9f91