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/disable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/disable.cpp') diff --git a/modules/disable.cpp b/modules/disable.cpp index 6ed5ee635..639d068dc 100644 --- a/modules/disable.cpp +++ b/modules/disable.cpp @@ -32,7 +32,7 @@ enum }; // Holds a list of disabled commands. -typedef std::vector CommandList; +using CommandList = std::vector; class ModuleDisable final : public Module -- cgit v1.3.1-10-gc9f91