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/callerid.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/callerid.cpp') diff --git a/modules/callerid.cpp b/modules/callerid.cpp index bd99e9103..23410a594 100644 --- a/modules/callerid.cpp +++ b/modules/callerid.cpp @@ -49,8 +49,8 @@ enum class callerid_data final { public: - typedef insp::flat_set UserSet; - typedef std::vector CallerIdDataSet; + using UserSet = insp::flat_set; + using CallerIdDataSet = std::vector; time_t lastnotify = 0; @@ -162,7 +162,7 @@ class CommandAccept final { /** Pair: first is the target, second is true to add, false to remove */ - typedef std::pair ACCEPTAction; + using ACCEPTAction = std::pair; static ACCEPTAction GetTargetAndAction(const std::string& token, User* cmdfrom = nullptr) { -- cgit v1.3.1-10-gc9f91