From 5e6e9d83bc0c04e3721f2674f9a33e172e524b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 28 Mar 2016 11:21:51 +0200 Subject: Use unordered_map instead of map in the parsers. --- src/drumkitparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drumkitparser.h') diff --git a/src/drumkitparser.h b/src/drumkitparser.h index f857590..b0c8d8f 100644 --- a/src/drumkitparser.h +++ b/src/drumkitparser.h @@ -46,7 +46,7 @@ private: DrumKit& kit; std::string path; - std::map channelmap; + std::unordered_map channelmap; std::string instr_file; std::string instr_name; std::string instr_group; -- cgit v1.2.3