diff options
Diffstat (limited to 'modules/extra/pgsql.cpp')
| -rw-r--r-- | modules/extra/pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::string, SQLConn*> ConnMap; +using ConnMap = insp::flat_map<std::string, SQLConn*>; enum SQLstatus { |
