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/pgsql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/pgsql.cpp') diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp index 0bede0e6a..2bc0162db 100644 --- a/modules/extra/pgsql.cpp +++ b/modules/extra/pgsql.cpp @@ -56,7 +56,7 @@ class SQLConn; class ModulePgSQL; -typedef insp::flat_map ConnMap; +using ConnMap = insp::flat_map; enum SQLstatus { -- cgit v1.3.1-10-gc9f91