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/geo_maxmind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/geo_maxmind.cpp') diff --git a/modules/extra/geo_maxmind.cpp b/modules/extra/geo_maxmind.cpp index 391e7dc7c..3b1b8f73e 100644 --- a/modules/extra/geo_maxmind.cpp +++ b/modules/extra/geo_maxmind.cpp @@ -72,7 +72,7 @@ public: } }; -typedef insp::flat_map LocationMap; +using LocationMap = insp::flat_map; class GeolocationAPIImpl final : public Geolocation::APIBase -- cgit v1.3.1-10-gc9f91