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/cloak.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cloak.cpp') diff --git a/modules/cloak.cpp b/modules/cloak.cpp index a9755107f..df903b28f 100644 --- a/modules/cloak.cpp +++ b/modules/cloak.cpp @@ -26,7 +26,7 @@ #include "modules/server.h" #include "utility/map.h" -typedef std::vector CloakMethodList; +using CloakMethodList = std::vector; class CommandCloak final : public SplitCommand -- cgit v1.3.1-10-gc9f91