diff options
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: |
