diff options
Diffstat (limited to 'modules/httpd_stats.cpp')
| -rw-r--r-- | modules/httpd_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<User*> NewUserList; + using NewUserList = std::list<User*>; NewUserList user_list; for (const auto& [_, u] : ServerInstance->Users.GetUsers()) { |
