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/httpd_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/httpd_stats.cpp') diff --git a/modules/httpd_stats.cpp b/modules/httpd_stats.cpp index b45f953d8..e1e06aff2 100644 --- a/modules/httpd_stats.cpp +++ b/modules/httpd_stats.cpp @@ -413,7 +413,7 @@ namespace Stats else orderby = OB_NONE; - typedef std::list NewUserList; + using NewUserList = std::list; NewUserList user_list; for (const auto& [_, u] : ServerInstance->Users.GetUsers()) { -- cgit v1.3.1-10-gc9f91