summaryrefslogtreecommitdiff
path: root/src/resources/specialdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/specialdb.h')
-rw-r--r--src/resources/specialdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/specialdb.h b/src/resources/specialdb.h
index f6987b71..71aae0ba 100644
--- a/src/resources/specialdb.h
+++ b/src/resources/specialdb.h
@@ -65,6 +65,6 @@ namespace SpecialDB
SpecialInfo::TargetMode targetModeFromString(const std::string& str);
}
-typedef std::map<int, SpecialInfo *> SpecialInfos;
+using SpecialInfos = std::map<int, SpecialInfo *>;
#endif