From 9a6712e56b95a9acbae40a6d3e9e1f1e2f3e6f19 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 18 Nov 2013 22:24:31 +0000 Subject: rename idvaluemap to id_map, remove Id template param, use String --- src/function_group.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/function_group.hh') diff --git a/src/function_group.hh b/src/function_group.hh index 739b7ffb..491debf9 100644 --- a/src/function_group.hh +++ b/src/function_group.hh @@ -2,7 +2,7 @@ #define function_group_hh_INCLUDED #include "exception.hh" -#include "idvaluemap.hh" +#include "id_map.hh" #include "string.hh" namespace Kakoune @@ -58,7 +58,7 @@ public: } private: - idvaluemap m_functions; + id_map m_functions; }; } -- cgit v1.2.3