summaryrefslogtreecommitdiff
path: root/src/parameters_parser.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/parameters_parser.hh')
-rw-r--r--src/parameters_parser.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parameters_parser.hh b/src/parameters_parser.hh
index 0082ada9..86ed7311 100644
--- a/src/parameters_parser.hh
+++ b/src/parameters_parser.hh
@@ -40,7 +40,7 @@ struct SwitchDesc
String description;
};
-using SwitchMap = id_map<SwitchDesc>;
+using SwitchMap = IdMap<SwitchDesc>;
String generate_switches_doc(const SwitchMap& opts);