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/chanlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/chanlog.cpp') diff --git a/modules/chanlog.cpp b/modules/chanlog.cpp index f1a4de27b..1823015b3 100644 --- a/modules/chanlog.cpp +++ b/modules/chanlog.cpp @@ -32,7 +32,7 @@ class ModuleChanLog final /* * Multimap so people can redirect a snomask to multiple channels. */ - typedef insp::flat_multimap ChanLogTargets; + using ChanLogTargets = insp::flat_multimap; ChanLogTargets logstreams; public: -- cgit v1.3.1-10-gc9f91