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/dnsbl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/dnsbl.cpp') diff --git a/modules/dnsbl.cpp b/modules/dnsbl.cpp index ca579ab5d..65a46536f 100644 --- a/modules/dnsbl.cpp +++ b/modules/dnsbl.cpp @@ -153,9 +153,9 @@ public: } }; -typedef std::vector> DNSBLEntries; -typedef SimpleExtItem MaskExtItem; -typedef ListExtItem> MarkExtItem; +using DNSBLEntries = std::vector>; +using MaskExtItem = SimpleExtItem; +using MarkExtItem = ListExtItem>; // Data which is shared with DNS lookup classes. class SharedData final -- cgit v1.3.1-10-gc9f91