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/extra/ldap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/extra/ldap.cpp') diff --git a/modules/extra/ldap.cpp b/modules/extra/ldap.cpp index cec60c642..14cb433e7 100644 --- a/modules/extra/ldap.cpp +++ b/modules/extra/ldap.cpp @@ -356,7 +356,7 @@ private: } public: - typedef std::vector query_queue; + using query_queue = std::vector; query_queue queries, results; std::mutex process_mutex; /* held when processing requests not in either queue */ @@ -608,7 +608,7 @@ public: class ModuleLDAP final : public Module { - typedef insp::flat_map ServiceMap; + using ServiceMap = insp::flat_map; ServiceMap LDAPServices; public: -- cgit v1.3.1-10-gc9f91