diff options
| author | 2026-03-26 22:24:16 +0000 | |
|---|---|---|
| committer | 2026-03-26 22:24:16 +0000 | |
| commit | cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776 (patch) | |
| tree | 2d510e98b89d9fb7a74b7ed44dede89ef5d3b50e /modules/chanlog.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
Switch typedefs to using statements.
Diffstat (limited to 'modules/chanlog.cpp')
| -rw-r--r-- | modules/chanlog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<char, std::string> ChanLogTargets; + using ChanLogTargets = insp::flat_multimap<char, std::string>; ChanLogTargets logstreams; public: |
